mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
(docs) Updated the directory structure
This commit is contained in:
parent
9786c6baf5
commit
b96dd041d9
|
@ -66,6 +66,9 @@ export class DirectoryStructureComponent implements OnInit
|
||||||
children: [
|
children: [
|
||||||
{name: 'auth/'},
|
{name: 'auth/'},
|
||||||
{name: 'config/'},
|
{name: 'config/'},
|
||||||
|
{name: 'icons/'},
|
||||||
|
{name: 'navigation/'},
|
||||||
|
{name: 'transloco/'},
|
||||||
{name: 'user/'},
|
{name: 'user/'},
|
||||||
{name: 'core.module.ts'}
|
{name: 'core.module.ts'}
|
||||||
]
|
]
|
||||||
|
@ -112,8 +115,7 @@ export class DirectoryStructureComponent implements OnInit
|
||||||
{name: 'app.component.ts'},
|
{name: 'app.component.ts'},
|
||||||
{name: 'app.module.ts'},
|
{name: 'app.module.ts'},
|
||||||
{name: 'app.resolvers.ts'},
|
{name: 'app.resolvers.ts'},
|
||||||
{name: 'app.routing.ts'},
|
{name: 'app.routing.ts'}
|
||||||
{name: 'app.types.ts'}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -136,8 +138,8 @@ export class DirectoryStructureComponent implements OnInit
|
||||||
{name: 'tailwind/'},
|
{name: 'tailwind/'},
|
||||||
{name: 'validators/'},
|
{name: 'validators/'},
|
||||||
{name: 'version/'},
|
{name: 'version/'},
|
||||||
{name: 'index.ts'},
|
{name: 'fuse.module.ts'},
|
||||||
{name: 'fuse.module.ts'}
|
{name: 'index.ts'}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
this.appDir[0],
|
this.appDir[0],
|
||||||
|
@ -145,6 +147,7 @@ export class DirectoryStructureComponent implements OnInit
|
||||||
name : 'assets/',
|
name : 'assets/',
|
||||||
children: [
|
children: [
|
||||||
{name: 'fonts/'},
|
{name: 'fonts/'},
|
||||||
|
{name: 'i18n/'},
|
||||||
{name: 'icons/'},
|
{name: 'icons/'},
|
||||||
{name: 'images/'},
|
{name: 'images/'},
|
||||||
{name: 'styles/'}
|
{name: 'styles/'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user