require('./directives/admin-designer-directive'); //import {ICustomModule} from '../ICustomModule'; //export class adminDesignerModul extends ntt.smartit.api.ICustomModule { export class adminDesignerModul extends ntt.smartit.api.ICustomModule { name() { return "adminDesigner"; } templates() { return [ /*{ origin:"views/main.html", template:"views/main.html" }*/ ] } i18nLocales() { return [] } } ntt.smartit.api.nttSmartitModules.push(new adminDesignerModul());