UNPKG

344 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.AfterInit = void 0;
4const hooks_service_1 = require("../../shared/hooks-service");
5function AfterInit(...args) {
6 return (0, hooks_service_1.implementHookDecorator)('afterInit', args);
7}
8exports.AfterInit = AfterInit;
9//# sourceMappingURL=after-init.js.map
\No newline at end of file