mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3874] icon component (#4112)
* adf-icon component * demo shell example page * add docs * integration with thumbnail service
This commit is contained in:
committed by
Eugenio Romano
parent
96e16fb046
commit
7dde329d81
@@ -314,6 +314,10 @@ export const appRoutes: Routes = [
|
||||
path: 'about',
|
||||
loadChildren: 'app/components/about/about.module#AppAboutModule'
|
||||
},
|
||||
{
|
||||
path: 'icons',
|
||||
loadChildren: './components/icons/icons.module#AppIconsModule'
|
||||
},
|
||||
{ path: 'form', component: FormComponent },
|
||||
{ path: 'form-list', component: FormListComponent },
|
||||
{ path: 'form-loading', component: FormLoadingComponent },
|
||||
|
Reference in New Issue
Block a user