Skip to content

Conversation

@davideast
Copy link
Collaborator

Addresses #468 #493 #499 #502

And hopefully some auth issues too #496

Copy link
Contributor

@jeffbcross jeffbcross left a comment

Choose a reason for hiding this comment

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

I hope you enjoy my inline comments. Generally looks good, just nits.

package.json Outdated
"@angular/core": "^2.0.0-rc.5",
"@angular/platform-browser": "^2.0.0-rc.5",
"@angular/platform-browser-dynamic": "^2.0.0-rc.5",
"@types/bluebird": "^3.0.32",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why bluebird types? We're not using bluebird library

firebase: 'node_modules/firebase/firebase.js',
'app': 'dist'
'app': 'dist',
'@angular/core': 'npm:@angular/core/bundles/core.umd.js',
Copy link
Contributor

Choose a reason for hiding this comment

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

Can SystemJS load the ES modules instead, using the old configuration but adding format: 'esm'?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nevermind

karma.conf.js Outdated
{pattern: 'karma-test-shim.js', included: true, watched: true},
{pattern: 'built/test/matchers.js', included: true, watched: true},
{ pattern: 'karma-test-shim.js', included: true, watched: true },
//{ pattern: 'dist/test/matchers.js', included: true, watched: true },
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the line

package.json Outdated
"@angular/core": "^2.0.0-rc.5",
"@angular/platform-browser": "^2.0.0-rc.5",
"@angular/platform-browser-dynamic": "^2.0.0-rc.5",
"@types/bluebird": "^3.0.32",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need these types if we're not using Bluebird?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That should be gone. Needed it for debugging.

export const ANON_AUTH_CONFIG = {
method: AuthMethods.Anonymous,
provider: AuthProviders.Anonymous
};
Copy link
Contributor

Choose a reason for hiding this comment

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

NEWLINE!!!!

@jeffbcross jeffbcross merged commit 2410b2d into angular:master Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants