Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145165 | Jun 11,2019 12:25 AM UTC | Jun 13,2019 05:48 AM UTC | Angular - EJ 2 | 6 |
![]() |
Tags: Grid |
import { GridModule } from '@syncfusion/ej2-angular-grids';
. . .
@NgModule({
imports: [
RouterModule.forChild([
{path: '', component: EmpresaListComponent, canActivateChild: [AuthGuard]},
{path: 'add', component: EmpresaComponent, canActivateChild: [AuthGuard]},
{path: 'edit/:id', component: EmpresaComponent, canActivateChild: [AuthGuard]}
]),
CommonModule,GridModule],
. . .
})
export class EmpresaModule { } |
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.