How to use the primeng/components/steps/steps.StepsModule function in primeng

To help you get started, we’ve selected a few primeng examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ova2 / angular-development-with-primeng / chapter3 / checkbox / src / app / app.module.js View on Github external
var AppModule = (function () {
    function AppModule() {
    }
    AppModule = __decorate([
        core_1.NgModule({
            imports: [
                platform_browser_1.BrowserModule,
                app_routing_module_1.routes,
                forms_1.FormsModule,
                checkbox_1.CheckboxModule,
                tristatecheckbox_1.TriStateCheckboxModule,
                steps_1.StepsModule,
                growl_1.GrowlModule
            ],
            declarations: [
                app_component_1.AppComponent,
                checkbox_component_1.CheckboxComponent
            ],
            providers: [{ provide: common_1.APP_BASE_HREF, useValue: '/' }],
            bootstrap: [app_component_1.AppComponent]
        })
    ], AppModule);
    return AppModule;
}());
exports.AppModule = AppModule;
github ova2 / angular-development-with-primeng / chapter3 / validation / src / app / app.module.js View on Github external
var AppModule = (function () {
    function AppModule() {
    }
    AppModule = __decorate([
        core_1.NgModule({
            imports: [
                platform_browser_1.BrowserModule,
                app_routing_module_1.routes,
                forms_1.FormsModule,
                checkbox_1.CheckboxModule,
                tristatecheckbox_1.TriStateCheckboxModule,
                steps_1.StepsModule,
                growl_1.GrowlModule
            ],
            declarations: [
                app_component_1.AppComponent,
                checkbox_component_1.CheckboxComponent
            ],
            providers: [{ provide: common_1.APP_BASE_HREF, useValue: '/' }],
            bootstrap: [app_component_1.AppComponent]
        })
    ], AppModule);
    return AppModule;
}());
exports.AppModule = AppModule;