mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8 lines
177 B
Dart
8 lines
177 B
Dart
/**
|
|
* See [bootstrap] for more information.
|
|
* @deprecated
|
|
*/
|
|
library angular2.bootstrap_static;
|
|
|
|
export "package:angular2/platform/browser_static.dart" show bootstrapStatic;
|