Skip to content

Commit 0018d84

Browse files
committed
''
1 parent 6f883ce commit 0018d84

File tree

697 files changed

+142128
-542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

697 files changed

+142128
-542
lines changed

Angular-8/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Angular-8/src/app/component/component.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { NgbdPopTooltipComponent } from './popover-tooltip/popover-tooltip.compo
1818
import { NgbdratingBasicComponent } from './rating/rating.component';
1919
import { NgbdtabsBasicComponent } from './tabs/tabs.component';
2020
import { NgbdtimepickerBasicComponent } from './timepicker/timepicker.component';
21-
import { NgbdtypeheadBasicComponent } from './typehead/typehead.component';
2221
import { ButtonsComponent } from './buttons/buttons.component';
2322
import { CardsComponent } from './card/card.component';
2423
import { ToastComponent } from './toast/toast.component';
@@ -45,7 +44,6 @@ import { ToastsContainer } from './toast/toast-container';
4544
NgbdratingBasicComponent,
4645
NgbdtabsBasicComponent,
4746
NgbdtimepickerBasicComponent,
48-
NgbdtypeheadBasicComponent,
4947
ButtonsComponent,
5048
CardsComponent,
5149
ToastComponent,

Angular-8/src/app/component/component.routing.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { NgbdPopTooltipComponent } from './popover-tooltip/popover-tooltip.compo
1212
import { NgbdratingBasicComponent } from './rating/rating.component';
1313
import { NgbdtabsBasicComponent } from './tabs/tabs.component';
1414
import { NgbdtimepickerBasicComponent } from './timepicker/timepicker.component';
15-
import { NgbdtypeheadBasicComponent } from './typehead/typehead.component';
1615
import { ButtonsComponent } from './buttons/buttons.component';
1716
import { CardsComponent } from './card/card.component';
1817
import { ToastComponent } from './toast/toast.component';
@@ -177,18 +176,6 @@ export const ComponentsRoutes: Routes = [
177176
]
178177
}
179178
},
180-
{
181-
path: 'typehead',
182-
component: NgbdtypeheadBasicComponent,
183-
data: {
184-
title: 'Typehead',
185-
urls: [
186-
{ title: 'Dashboard', url: '/dashboard' },
187-
{ title: 'ngComponent' },
188-
{ title: 'Typehead' }
189-
]
190-
}
191-
},
192179
{
193180
path: 'buttons',
194181
component: ButtonsComponent,

Angular-8/src/app/component/typehead/typehead.component.html

Lines changed: 0 additions & 103 deletions
This file was deleted.

Angular-8/src/app/component/typehead/typehead.component.ts

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)