@nstudio/schematics
Version:
Cross-platform (xplat) tools for Nx workspaces.
23 lines (19 loc) • 559 B
text/typescript
import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
// libs
import { routeItems } from '@<%= npmScope %>/features';
import { UIModule } from '../ui/ui.module';
// app
import { ITEM_COMPONENTS, ItemsComponent, ItemDetailComponent } from './components';
export class ItemsModule {}