core library implementation; license fixes

- library with code/utils to be shared across other components or top
level application;
- moved MDL directive to core as an example
- license fixes
This commit is contained in:
Denys Vuika
2016-04-25 14:11:44 +01:00
parent bae5bb1dc2
commit 66a8eb039f
27 changed files with 495 additions and 22 deletions

View File

@@ -31,7 +31,8 @@
"alfresco"
],
"peerDependencies": {
"angular2": "2.0.0-beta.15"
"angular2": "2.0.0-beta.15",
"ng2-alfresco-core": "0.1.0"
},
"devDependencies": {
"typescript": "^1.8.10",