mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 00:40:12 +01:00
feat(search): add animated search-field (#1)
This commit is contained in:
parent
a3dede33cf
commit
ea94441c8d
7 changed files with 119 additions and 5 deletions
|
|
@ -8,6 +8,7 @@ import { IconsComponent } from './icons/icons.component';
|
|||
import { ModalsComponent } from './modals/modals.component';
|
||||
import { TypographyComponent } from './typography/typography.component';
|
||||
import { TabsComponent, Tab1Component, Tab2Component } from './tabs/tabs.component';
|
||||
import { SearchComponent } from './search-fields/search-fields.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
path: '',
|
||||
|
|
@ -27,6 +28,9 @@ const routes: Routes = [{
|
|||
}, {
|
||||
path: 'typography',
|
||||
component: TypographyComponent,
|
||||
}, {
|
||||
path: 'search-fields',
|
||||
component: SearchComponent,
|
||||
}, {
|
||||
path: 'tabs',
|
||||
component: TabsComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue