vikerman
|
5c93a8800a
|
fix(core): Share private types through an exported interface. (#11009)
Instead of using declare namespace to share the types. This allows the generated code to be compiled with closure with full optimizations.
|
2016-08-23 16:18:11 -07:00 |
|
Tobias Bosch
|
9b39e499ac
|
fix(core): support components without a selector (#10331)
Components without a selector now get the selector `ng-component`.
Directives without a selector will throw an error message.
Closes #3464
Closes #10216
|
2016-07-28 10:39:10 -07:00 |
|
ScottSWu
|
ae75e3640a
|
chore(lint): Added license headers to most TypeScript files
Relates to #9380
|
2016-06-23 09:47:54 -07:00 |
|
Victor Berchet
|
1090601e8b
|
refactor(compiler): rename /compiler_cli to /compiler-cli
|
2016-06-02 13:50:32 -07:00 |
|