mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-26 06:35:51 +02:00
tslint changes
This commit is contained in:
@@ -36,64 +36,64 @@ import { ToolsIndex } from './tools-index/tools-index';
|
||||
import { ToolsApp } from './tools';
|
||||
|
||||
export const routes: Routes = [
|
||||
{ path: '', component: ToolsIndex },
|
||||
{ path: 'sheet', component: ToolsSheet },
|
||||
{ path: 'states', component: ToolsStates },
|
||||
{ path: 'variants', component: ToolsVariants },
|
||||
{ path: 'webgl', component: ToolsWebgl },
|
||||
{ path: 'animation/:id', component: ToolsAnimation },
|
||||
{ path: 'animation', component: ToolsAnimation },
|
||||
{ path: 'chat', component: ToolsChat },
|
||||
{ path: 'expressions', component: ToolsExpressions },
|
||||
{ path: 'entity', component: ToolsEntity },
|
||||
{ path: 'palette', component: ToolsPalette },
|
||||
{ path: 'perf', component: ToolsPerf },
|
||||
{ path: 'regions', component: ToolsRegions },
|
||||
{ path: 'ui', component: ToolsUI },
|
||||
{ path: 'collisions', component: ToolsCollisions },
|
||||
{ path: 'map', component: ToolsMap },
|
||||
{ path: '', component: ToolsIndex },
|
||||
{ path: 'sheet', component: ToolsSheet },
|
||||
{ path: 'states', component: ToolsStates },
|
||||
{ path: 'variants', component: ToolsVariants },
|
||||
{ path: 'webgl', component: ToolsWebgl },
|
||||
{ path: 'animation/:id', component: ToolsAnimation },
|
||||
{ path: 'animation', component: ToolsAnimation },
|
||||
{ path: 'chat', component: ToolsChat },
|
||||
{ path: 'expressions', component: ToolsExpressions },
|
||||
{ path: 'entity', component: ToolsEntity },
|
||||
{ path: 'palette', component: ToolsPalette },
|
||||
{ path: 'perf', component: ToolsPerf },
|
||||
{ path: 'regions', component: ToolsRegions },
|
||||
{ path: 'ui', component: ToolsUI },
|
||||
{ path: 'collisions', component: ToolsCollisions },
|
||||
{ path: 'map', component: ToolsMap },
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
BrowserModule,
|
||||
RouterModule,
|
||||
FormsModule,
|
||||
HttpClientModule,
|
||||
SharedModule,
|
||||
PopoverModule.forRoot(),
|
||||
TypeaheadModule.forRoot(),
|
||||
ButtonsModule.forRoot(),
|
||||
RouterModule.forRoot(routes),
|
||||
FontAwesomeModule,
|
||||
NoopAnimationsModule,
|
||||
],
|
||||
declarations: [
|
||||
ToolsRange,
|
||||
ToolsFrame,
|
||||
ToolsOffset,
|
||||
ToolsXY,
|
||||
ToolsExpressions,
|
||||
ToolsAnimation,
|
||||
ToolsChat,
|
||||
ToolsVariants,
|
||||
ToolsWebgl,
|
||||
ToolsPalette,
|
||||
ToolsPerf,
|
||||
ToolsRegions,
|
||||
ToolsEntity,
|
||||
ToolsSheet,
|
||||
ToolsStates,
|
||||
ToolsCollisions,
|
||||
ToolsMap,
|
||||
ToolsUI,
|
||||
ToolsIndex,
|
||||
ToolsApp,
|
||||
],
|
||||
providers: [
|
||||
ErrorReporter,
|
||||
],
|
||||
bootstrap: [ToolsApp],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
RouterModule,
|
||||
FormsModule,
|
||||
HttpClientModule,
|
||||
SharedModule,
|
||||
PopoverModule.forRoot(),
|
||||
TypeaheadModule.forRoot(),
|
||||
ButtonsModule.forRoot(),
|
||||
RouterModule.forRoot(routes),
|
||||
FontAwesomeModule,
|
||||
NoopAnimationsModule,
|
||||
],
|
||||
declarations: [
|
||||
ToolsRange,
|
||||
ToolsFrame,
|
||||
ToolsOffset,
|
||||
ToolsXY,
|
||||
ToolsExpressions,
|
||||
ToolsAnimation,
|
||||
ToolsChat,
|
||||
ToolsVariants,
|
||||
ToolsWebgl,
|
||||
ToolsPalette,
|
||||
ToolsPerf,
|
||||
ToolsRegions,
|
||||
ToolsEntity,
|
||||
ToolsSheet,
|
||||
ToolsStates,
|
||||
ToolsCollisions,
|
||||
ToolsMap,
|
||||
ToolsUI,
|
||||
ToolsIndex,
|
||||
ToolsApp,
|
||||
],
|
||||
providers: [
|
||||
ErrorReporter,
|
||||
],
|
||||
bootstrap: [ToolsApp],
|
||||
})
|
||||
export class ToolsAppModule {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user