You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Many angular 2 developers spend most of their time in TypeScript; satisfying ts2dart and dart build are just annoying last steps.
They only infrequently deal with compatibility issues, so they stay novice.
Many angular 2 developers spend most of their time in TypeScript; satisfying ts2dart and dart build are just annoying last steps.
They only infrequently deal with compatibility issues, so they stay novice.
Would be nice to have a short cheatsheet, eg for https://angular-team.slack.com/archives/typescriptification/p1439933999000035
Misko Hevery [2:39 PM]
@alexeagle / @martin: How do I express
const Foo()
inng2dart
? Can I doCONST_EXPR(new Foo())
?Victor Berchet [2:40 PM]
yes you can
Ideally the cheatsheet should be run as an end-to-end test so we know it's up-to-date.
The text was updated successfully, but these errors were encountered: