AngularEntrypoint

export class AngularEntrypoint

exported from angular2/platform/browser defined in angular2/src/core/angular_entrypoint.ts (line 1)

Marks a function or method as an Angular 2 entrypoint. Only necessary in Dart code.

The optional name parameter will be reflected in logs when the entry point is processed.

See the wiki for detailed documentation.

Example

@AngularEntrypoint("name-for-debug") void main() { bootstrap(MyComponent); }

Constructor

constructor(name?: String)

Not Yet Documented

Members

name : String

Not Yet Documented