-
Notifications
You must be signed in to change notification settings - Fork 482
ngScripts #72
Comments
See how this can be implemented using AST transformations. |
What is meant by supporting TypeScript/Babel/CoffeeScript script tags? Also, what is |
I am wondering how relevant we think this is. @gdi2290 do we really need this? I suggest that if no one is asking for this yet, let's close and wait until it actually becomes an issue. I don't really see a need. |
this is needed to combat "javascript fatigue" and/or to provide a better developer experience when progressively scaling the application complexity from a |
ngScripts will be done and tracked by #309 as the Script |
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. |
this replaces
build_scripts.ts
prior art:
riot/compiler
create directives that emulates
<module import="angular2/angular2"><module>
and also allow inline scripts such asand also inject dep angular with
type="angular"
we can also inject systemjs and es6 module loader.
We should also allow for app state management from
build_scripts
where we are able to control how the application is ran on the client. Or leave that feature for another module such as ngAppState<ng-component>
elementThe text was updated successfully, but these errors were encountered: