angular2-wizard-angular-material
Version:
This is an Angular2 Form Wizard component. Just like any form wizard. You can define steps and control how each step works. You can enable/disable navigation button based on validity of the current step. Currently, the component only support basic functio
27 lines (26 loc) • 498 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "ES5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"outDir": "./dist",
"typeRoots": [
"node_modules/@types"
]
},
"files": [
"index.ts"
],
"exclude": [
"node_modules",
"dist",
"**/*.spec.ts"
],
"angularCompilerOptions": {
"skipTemplateCodegen": true
}
}