feat(core): added nx

This commit is contained in:
svetlanaMuravlova
2021-08-31 12:18:44 +03:00
parent 69cd64dc28
commit de738f7c63
69 changed files with 11483 additions and 615 deletions

5
jest.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
projects: [
'<rootDir>/libs/ng2-file-upload'
]
};