This is an old revision of the document!
Testing Codify
import { NgModule } from '@angular/core';
import { NGSuiteModule } from '@ngsuite/ngsuite';
@NgModule({
...
imports: [
...
NGSuiteModule.forRoot()
],
...
})
export class AppModule { }
And mermaid