Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146305 | Jul 30,2019 03:29 PM UTC | Apr 2,2020 12:47 PM UTC | Angular - EJ 2 | 9 |
![]() |
Tags: Sidebar |
import { InstallationComponent } from './installation/installation.component';
@NgModule({
declarations: [
AppComponent,
InstallationComponent
]
}) |
import { InstallationComponent } from './installation/installation.component';
const routes: Routes = [
{ path: '', redirectTo: '/', pathMatch: 'full' },
{ path: 'installation', component: InstallationComponent }
]; |
public data: Object[] = [
{
nodeId: '01', nodeText: 'Installation', iconCss: 'icon-microchip icon', path: '/installation'
},
]
public field:Object ={ dataSource: this.data, id: 'nodeId', text: 'nodeText', child: 'nodeChild', iconCss: 'iconCss', navigateUrl: 'path' }; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.