mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 09:18:46 +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: [
|
||||
{name: 'auth/'},
|
||||
{name: 'config/'},
|
||||
{name: 'icons/'},
|
||||
{name: 'navigation/'},
|
||||
{name: 'transloco/'},
|
||||
{name: 'user/'},
|
||||
{name: 'core.module.ts'}
|
||||
]
|
||||
|
@ -112,8 +115,7 @@ export class DirectoryStructureComponent implements OnInit
|
|||
{name: 'app.component.ts'},
|
||||
{name: 'app.module.ts'},
|
||||
{name: 'app.resolvers.ts'},
|
||||
{name: 'app.routing.ts'},
|
||||
{name: 'app.types.ts'}
|
||||
{name: 'app.routing.ts'}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
@ -136,8 +138,8 @@ export class DirectoryStructureComponent implements OnInit
|
|||
{name: 'tailwind/'},
|
||||
{name: 'validators/'},
|
||||
{name: 'version/'},
|
||||
{name: 'index.ts'},
|
||||
{name: 'fuse.module.ts'}
|
||||
{name: 'fuse.module.ts'},
|
||||
{name: 'index.ts'}
|
||||
]
|
||||
},
|
||||
this.appDir[0],
|
||||
|
@ -145,6 +147,7 @@ export class DirectoryStructureComponent implements OnInit
|
|||
name : 'assets/',
|
||||
children: [
|
||||
{name: 'fonts/'},
|
||||
{name: 'i18n/'},
|
||||
{name: 'icons/'},
|
||||
{name: 'images/'},
|
||||
{name: 'styles/'}
|
||||
|
|
Loading…
Reference in New Issue
Block a user