René's URL Explorer Experiment


Title: 关于组件构造方法解析参数(Service参数)失败的问题,求大神指教! · Issue #40 · angular-programming/issues · GitHub

Open Graph Title: 关于组件构造方法解析参数(Service参数)失败的问题,求大神指教! · Issue #40 · angular-programming/issues

X Title: 关于组件构造方法解析参数(Service参数)失败的问题,求大神指教! · Issue #40 · angular-programming/issues

Description: 错误日志如下: (SystemJS) Can't resolve all parameters for RegisterComponent: (?, UserService, Router). 组件:RegisterComponent 部分代码如下: export class RegisterComponent implements OnInit { form:FormGroup; registered = false; fields:FieldBase[] = [];...

Open Graph Description: 错误日志如下: (SystemJS) Can't resolve all parameters for RegisterComponent: (?, UserService, Router). 组件:RegisterComponent 部分代码如下: export class RegisterComponent implements OnInit { form:FormGroup; regi...

X Description: 错误日志如下: (SystemJS) Can't resolve all parameters for RegisterComponent: (?, UserService, Router). 组件:RegisterComponent 部分代码如下: export class RegisterComponent implements OnInit { form:FormGroup; ...

Opengraph URL: https://github.com/angular-programming/issues/issues/40

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"关于组件构造方法解析参数(Service参数)失败的问题,求大神指教!","articleBody":"错误日志如下:\r\n        (SystemJS) Can't resolve all parameters for RegisterComponent: (?, UserService, Router).\r\n\r\n组件:RegisterComponent 部分代码如下:\r\n        export class RegisterComponent implements OnInit {\r\n        form:FormGroup;\r\n       registered = false;\r\n       fields:FieldBase\u003cany\u003e[] = [];\r\n      alert:any = {msg:'注册成功',type:'success',closable:true};\r\n\r\n    constructor(\r\n        private registerService:RegisterService,\r\n        private userService:UserService,\r\n        private route:Router\r\n        ) {\r\n            this.fields = registerService.getFields();\r\n         }\r\n\r\nRegisterService.ts的代码如下:\r\n import { Injectable } from '@angular/core';\r\nimport { Http,Headers } from '@angular/http';\r\nimport { FormControl,Validators,FormGroup } from '@angular/forms';\r\n\r\nimport { FieldBase,FieldText,FieldValidators} from '../../user/shared/index';\r\nimport { SITE_HOST_URL } from '../../shared/index';\r\n\r\n@Injectable()\r\nexport class RegisterService {\r\n\r\n    private registerUrl = `${SITE_HOST_URL}user/add`;\r\n\r\n    constructor(private http:Http) { }\r\n\r\n    getFields(){\r\n        let fields:FieldBase\u003cany\u003e[]=[\r\n            new FieldText({\r\n                key:'username',\r\n                lable:'用户名',\r\n                value:'',\r\n                required:true,\r\n                pattern:'username',\r\n                order:1\r\n            }),\r\n            new FieldText({\r\n                key:'password',\r\n                lable:'密码',\r\n                type:'password',\r\n                value:'',\r\n                required:true,\r\n                pattern:'password',\r\n                order:2\r\n            }),\r\n        ];\r\n       return fields.sort((a,b)=\u003ea.order - b.order); \r\n    }\r\n    \r\n    toFormGroup(fields:FieldBase\u003cany\u003e[]){\r\n        let group :any = {};\r\n        fields.forEach(field=\u003e{\r\n            group[field.key]=\r\n                field.pattern?\r\n                new FormControl(field.value||'',(\u003cany\u003eFieldValidators)[field.pattern]):\r\n                field.required?\r\n                new FormControl(field.value||'',Validators.required):\r\n                new FormControl(field.value||'');\r\n        });\r\n        return new FormGroup(group);\r\n    }\r\n\r\n    addUser(data:Object){\r\n        let body = JSON.stringify(data);\r\n        let headers = new Headers();\r\n        headers.append('Content-Type','application/json');\r\n        return this.http.post(this.registerUrl,body,{headers});\r\n    }\r\n}\r\n\r\n\r\n\r\n1.组件中私有属性服务:RegisterService已在父模块中注入了.\r\n2.如果注释掉构造方法中的私有属性private registerService:RegisterService,错误会消失.\r\n3.如果注释掉RegisterService中的toFormGroup(),getFields()方法,则错误会消失.\r\n\r\n\r\n","author":{"url":"https://github.com/dukehq","@type":"Person","name":"dukehq"},"datePublished":"2017-06-12T01:59:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/40/issues/issues/40"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cdd06bb5-00b0-08c0-6090-c5190b46427b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE078:9D969:35FA163:4563897:698014A7
html-safe-noncebd366ca45a16254e8aec700df027c8af5dec3382646c0de1b91787b4ad8c1185
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDc4OjlEOTY5OjM1RkExNjM6NDU2Mzg5Nzo2OTgwMTRBNyIsInZpc2l0b3JfaWQiOiIxNzA5Njg0MzcwNDI5NzExNTI3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac280a18505966d3b2e9837b81df75c262f8c3c5472dffe50add2d746ebcdb55f0
hovercard-subject-tagissue:235108861
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular-programming/issues/40/issue_layout
twitter:imagehttps://opengraph.githubassets.com/56ebe64e34bd70a51b5d0be01019b3e3f1aa6b72144e883c6465e694b61312a9/angular-programming/issues/issues/40
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/56ebe64e34bd70a51b5d0be01019b3e3f1aa6b72144e883c6465e694b61312a9/angular-programming/issues/issues/40
og:image:alt错误日志如下: (SystemJS) Can't resolve all parameters for RegisterComponent: (?, UserService, Router). 组件:RegisterComponent 部分代码如下: export class RegisterComponent implements OnInit { form:FormGroup; regi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedukehq
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/angular-programming/issues git https://github.com/angular-programming/issues.git
octolytics-dimension-user_id22791869
octolytics-dimension-user_loginangular-programming
octolytics-dimension-repository_id76526006
octolytics-dimension-repository_nwoangular-programming/issues
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id76526006
octolytics-dimension-repository_network_root_nwoangular-programming/issues
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/angular-programming/issues/issues/40#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular-programming%2Fissues%2Fissues%2F40
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular-programming%2Fissues%2Fissues%2F40
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular-programming%2Fissues
Reloadhttps://patch-diff.githubusercontent.com/angular-programming/issues/issues/40
Reloadhttps://patch-diff.githubusercontent.com/angular-programming/issues/issues/40
Reloadhttps://patch-diff.githubusercontent.com/angular-programming/issues/issues/40
angular-programming https://patch-diff.githubusercontent.com/angular-programming
issueshttps://patch-diff.githubusercontent.com/angular-programming/issues
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fangular-programming%2Fissues
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fangular-programming%2Fissues
Star 4 https://patch-diff.githubusercontent.com/login?return_to=%2Fangular-programming%2Fissues
Code https://patch-diff.githubusercontent.com/angular-programming/issues
Issues 6 https://patch-diff.githubusercontent.com/angular-programming/issues/issues
Pull requests 0 https://patch-diff.githubusercontent.com/angular-programming/issues/pulls
Actions https://patch-diff.githubusercontent.com/angular-programming/issues/actions
Projects 0 https://patch-diff.githubusercontent.com/angular-programming/issues/projects
Security 0 https://patch-diff.githubusercontent.com/angular-programming/issues/security
Insights https://patch-diff.githubusercontent.com/angular-programming/issues/pulse
Code https://patch-diff.githubusercontent.com/angular-programming/issues
Issues https://patch-diff.githubusercontent.com/angular-programming/issues/issues
Pull requests https://patch-diff.githubusercontent.com/angular-programming/issues/pulls
Actions https://patch-diff.githubusercontent.com/angular-programming/issues/actions
Projects https://patch-diff.githubusercontent.com/angular-programming/issues/projects
Security https://patch-diff.githubusercontent.com/angular-programming/issues/security
Insights https://patch-diff.githubusercontent.com/angular-programming/issues/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/angular-programming/issues/issues/40
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/angular-programming/issues/issues/40
关于组件构造方法解析参数(Service参数)失败的问题,求大神指教!https://patch-diff.githubusercontent.com/angular-programming/issues/issues/40#top
Q&Ahttps://github.com/angular-programming/issues/issues?q=state%3Aopen%20label%3A%22Q%26A%22
https://github.com/dukehq
https://github.com/dukehq
dukehqhttps://github.com/dukehq
on Jun 12, 2017https://github.com/angular-programming/issues/issues/40#issue-235108861
@Injectablehttps://github.com/Injectable
Q&Ahttps://github.com/angular-programming/issues/issues?q=state%3Aopen%20label%3A%22Q%26A%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.