feat(ui-features): add the tabs component

This commit is contained in:
Alexander Zhukov 2017-05-11 15:05:04 +03:00
parent ada9ac9c1d
commit 78e376bb5a
16 changed files with 90 additions and 28 deletions

View file

@ -12,6 +12,7 @@
"build:prod:aot": "npm run build:prod -- --aot",
"build:ci": "npm-run-all -p -r build:prod build:prod:aot",
"build:ghpages": "npm run build:prod:aot -- --base-href \"https://akveo.github.io/ng2-admin/\" && ngh",
"build:stg": "npm run build:prod:aot -- --base-href \"http://akveo.com/ngx-admin/\"",
"test": "ng test -sr",
"test:coverage": "rimraf coverage && npm run test -- -cc",
"lint": "ng lint",