UNPKG

ngx-dynamic

Version:

dynamic contents projection in Angular

17 lines (16 loc) 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Lifecycle hook that is called after instantiation the component. * This method is called before ngOnInit. */ var /** * Lifecycle hook that is called after instantiation the component. * This method is called before ngOnInit. */ OnMount = (function () { function OnMount() { } return OnMount; }()); exports.OnMount = OnMount;