Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ComponentResolver): Add a SystemJS resolver for compiled apps #9145

Merged
merged 1 commit into from Jun 10, 2016

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Jun 10, 2016

No description provided.

@vicb vicb added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jun 10, 2016
@@ -13,13 +14,42 @@ export class SystemJsComponentResolver implements ComponentResolver {

resolveComponent(componentType: string|Type): Promise<ComponentFactory<any>> {
if (isString(componentType)) {
let [module, component] = componentType.split(_SEPARATOR);

if (component === void(0)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why void(0)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because (undefined) => void(0) == undefined;, ie you can define undefined

@tbosch tbosch added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jun 10, 2016
@vicb vicb merged commit a6e5ddc into angular:master Jun 10, 2016
KiaraGrouwstra pushed a commit to KiaraGrouwstra/angular that referenced this pull request Jun 21, 2016
@vicb vicb deleted the 0610-resolver branch June 23, 2016 17:42
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants