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 was archived by the owner on Nov 22, 2024. It is now read-only.
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> element
<ng-componentname="app"><style></style><templateview="app"></template><module>
import {Component, View} from '@angular/angular';
@Component({
})
@View({
})
class App {
constructor() {
}
}
</module><ng-component>