mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is moving ngUpgrade into the main repository per #4838. The ngUpgrade is published from the main import consistent with https://docs.google.com/document/d/1rbVTKTYLz6p2smQNYI8h4-QN-m2PS6F3iQIDmSzn0Ww/edit#heading=h.6cxvr9awtf5r Closes #4931
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
export * from './core';
|
|
export * from './profile';
|
|
export * from './lifecycle_hooks';
|
|
export * from './bootstrap';
|
|
export * from './upgrade';
|