-
Notifications
You must be signed in to change notification settings - Fork 12k
chore: update blueprints to 2.0.0-alpha-47 #85
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
chore: update blueprints to 2.0.0-alpha-47 #85
Conversation
@@ -20,7 +20,7 @@ System.config({ | |||
} | |||
}); | |||
|
|||
System.import('angular2/src/core/dom/browser_adapter').then(function(browser_adapter) { | |||
System.import('angular2/src/platform/browser/browser_adapter').then(function(browser_adapter) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tried to use just angular2/platform/browser/browser_adapter
but it didn't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use angular2/platform/browser
instead
26ca595
to
2c6ba3c
Compare
@IgorMinar I've made all the requested changes, but it seems that TypeScript is not happy when we change from |
I'll check out your branch today and will post back
|
@@ -7,7 +7,7 @@ import {Pipe} from 'angular2/angular2'; | |||
export class <%= classifiedModuleName %> { | |||
|
|||
transform(value, args?) { | |||
return value; | |||
return !value; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I see. you are trying to make the test pass. how about returning null and updating the test to that too
c27681c
to
1586d73
Compare
Otherwise lgtm |
1586d73
to
027429f
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
To do:
karma-config-shim
to handle deep folder structuresCloses #84
Closes #78