feat(elements): implement NgElementConstructor
This commit is contained in:

committed by
Victor Berchet

parent
aed4a11d01
commit
0899f4f8fc
@ -12,6 +12,7 @@
|
||||
* Entry point for all public APIs of the `elements` package.
|
||||
*/
|
||||
export {NgElement, NgElementWithProps} from './src/ng-element';
|
||||
export {NgElementConstructor} from './src/ng-element-constructor';
|
||||
export {VERSION} from './src/version';
|
||||
|
||||
// This file only reexports content of the `src` folder. Keep it that way.
|
||||
|
Reference in New Issue
Block a user