mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5948abab7a
Ambient directives can be configured when bootstraping an application. Ambient directives can be used in every component of the application without needing to explicitly list them.
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
export * from './common';
|
|
export * from './core';
|
|
export * from './profile';
|
|
export * from './lifecycle_hooks';
|
|
export * from './bootstrap';
|
|
export * from './upgrade';
|