Skip to content

Commit c7baf06

Browse files
author
pipeline
committed
bug(EJ2-4714): Angular SB updated tag removing.
1 parent ea6e792 commit c7baf06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/samplelist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export let samplesList: any = [
8181
'name': 'Accordion', 'category': 'Navigation', 'order': '05', 'path': 'accordion', 'samples': accordionAppRoutes, "type": "new"
8282
},
8383
{
84-
'name': 'Toolbar', 'category': 'Navigation', 'order': '05', 'path': 'toolbar', 'samples': toolbarAppRoutes, 'type': 'update'
84+
'name': 'Toolbar', 'category': 'Navigation', 'order': '05', 'path': 'toolbar', 'samples': toolbarAppRoutes
8585
},
8686
{
8787
'name': 'Tooltip', 'category': 'Layout', 'order': '04', 'path': 'tooltip', 'samples': tooltipAppRoutes

src/toolbar/toolbar.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { RtlToolbarComponent } from './rtl.component';
99
import { AlignToolbarComponent } from './alignment.component';
1010
import { SharedModule } from '../common/shared.module';
1111
export const toolbarAppRoutes: Object[] = [
12-
{ path: ':theme/toolbar/default', component: DefaultToolbarComponent, name: 'Default Functionalities', category: 'Toolbar', 'type': 'update' },
12+
{ path: ':theme/toolbar/default', component: DefaultToolbarComponent, name: 'Default Functionalities', category: 'Toolbar' },
1313
{ path: ':theme/toolbar/popup', component: PopupToolbarComponent, name: 'Popup', category: 'Toolbar' },
1414
{ path: ':theme/toolbar/alignment', component: AlignToolbarComponent, name: 'Alignment', category: 'Toolbar' },
1515
{ path: ':theme/toolbar/rtl', component: RtlToolbarComponent, name: 'RTL', category: 'Toolbar' }

0 commit comments

Comments
 (0)