mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
221 B
TypeScript
8 lines
221 B
TypeScript
export * from './annotations';
|
|
export * from './change_detection';
|
|
export * from './core';
|
|
export * from './di';
|
|
export * from './directives';
|
|
export * from './forms';
|
|
export * from './render';
|
|
export * from './profile';
|