* lifecycle-hooks: copy latest to cache * docs(lifecycle-hooks): post-RC5 Dart resync - TS prose: removed mention of `routerOnActivate` which no longer exists in the new router. - TS improvements to the sample code have also been propagated to the Dart sample. Contributes to #2077. E2E tests pass now. * post-review updates
7 lines
146 B
Dart
7 lines
146 B
Dart
import 'package:angular2/platform/browser.dart';
|
|
import 'package:lifecycle_hooks/app_component.dart';
|
|
|
|
void main() {
|
|
bootstrap(AppComponent);
|
|
}
|