feat(elements): implement registerAsCustomElements()

closes #19469
This commit is contained in:
George Kalpakas
2017-10-12 12:38:29 +03:00
committed by Victor Berchet
parent 60c0b178af
commit dcf8840831
4 changed files with 168 additions and 0 deletions

View File

@ -13,6 +13,7 @@
*/
export {NgElement, NgElementWithProps} from './src/ng-element';
export {NgElementConstructor} from './src/ng-element-constructor';
export {registerAsCustomElements} from './src/register-as-custom-elements';
export {VERSION} from './src/version';
// This file only reexports content of the `src` folder. Keep it that way.