UNPKG

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

69 lines (68 loc) 2.18 kB
{ "name": "angular2-wizard-angular-material", "version": "0.1.1", "scripts": { "build": "ngc -p tsconfig.json", "lint": "tslint src/**/*.ts", "test": "karma start karma.conf.js", "tsc": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/myrnix/angular2-wizard.git" }, "author": "Myrnix <info@myrnix.com>", "keywords": [ "angular2-wizard", "form-wizard", "wizard", "wizard-step", "angular2", "angular2-component", "angular-material-2-wizard" ], "license": "MIT", "bugs": { "url": "https://github.com/myrnix/angular2-wizard/issues" }, "main": "./dist/index.js", "dependencies": { "@angular/material": "^2.0.0-beta.8" }, "devDependencies": { "@angular/common": ">=2.3.1", "@angular/compiler": "^2.3.1", "@angular/compiler-cli": "^2.3.1", "@angular/core": "^2.3.1", "@angular/platform-browser": "^2.3.1", "@angular/platform-browser-dynamic": "^2.3.1", "@angular/platform-server": "^2.3.1", "@types/es6-shim": "^0.31.32", "@types/jasmine": "^2.5.42", "@types/selenium-webdriver": "^2.53.39", "awesome-typescript-loader": "^3.0.4-rc.2", "codelyzer": "^0.0.28", "istanbul-instrumenter-loader": "^2.0.0", "jasmine-core": "^2.5.2", "karma": "^1.4.1", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.2", "karma-remap-coverage": "^0.1.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.2", "rxjs": "^5.0.1", "source-map-loader": "^0.1.6", "ts-helpers": "^1.1.2", "tslint": "^3.15.1", "typescript": "^2.1.6", "webpack": "^2.2.1", "zone.js": "0.7.2" }, "engines": { "node": ">=0.8.0" }, "description": "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 functionality. More features will come later.", "homepage": "https://github.com/myrnix/angular2-wizard#readme" }