SvetlanaMuravlova
ad01e31cf8
feat(core): updated version up to angular 14 and nx 14 ( #1205 )
...
* feat(chore): updated version up to angular 13 and nx 13
* version fixies
* chore(bump): updated version up to angular, nx 14
* check key
* fix(ci): fixed yml files
* fix(ci): fix build commands
* fix(ci): fix build commands
* fix(ci): fix build commands
* fix(ci): fix build commands
* fix(chore): fixed peerdependencies
* fix(test): deleted ts-ignore from .spec files
* fix(test): little cleaning
* fix(chore): deleted unnecessery command
2022-09-28 02:05:37 -07:00
Rick van Lieshout
6608960cec
feat(package): Added support for Angular 13. fixes #1193 ( #1201 )
...
* updated versioning, added changelog docs
* update to angular 12
* update of eslint
* update of angular 13
* updated nx to 13
2022-07-19 23:53:57 +03:00
SvetlanaMuravlova
8f3b7cf534
refactor(readme): updated readme and package.json ( #1184 )
2021-09-03 16:41:58 +03:00
SvetlanaMuravlova
be27edbe13
chore(bump): updated versions ( #1177 )
...
* feat(upgrade): updated up to angular 11 tests are failed
* chore(bump): updated versions
* chore(bump): updated package
* fix(style): delete extra rule
* disabled ivy build, added prod config, changed demo serve script
* feat(bump): added strict mode, doesn't build in dist, should be resolved
* feat(core): added nx
* feat(core): updated dependencies list
* feat(github actions): check gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(gh actions): try gh actions
* feat(github actions): delete codecov
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(firebase): try firebase actions
* feat(strict): added strict mode
* feat(github actions): updated yml file
* fix(lint): fixed linting errors
* fix(lint): fixed linting errors
* fix(lint): fixed lint errors
* Delete hosting.ZGlzdC9hcHBzL2RlbW8.cache
* feat(github actions): added publish action
* fix(firebase): test extra folder https
Co-authored-by: Mishchenko Dmitriy <ripatrip@gmail.com >
Co-authored-by: Dmitriy Shekhovtsov <valorkin@gmail.com >
2021-09-03 13:44:45 +03:00
Eugene Arshinov
7a342268bb
Use Angular CLI instead of ngm for building
...
Some commands:
npm run build - to build the library. Output is in dist/ng2-file-upload/.
npm run test - to run tests. Coverage report is in coverage/ as before.
npm run demo.serve - to build demo application and serve it through browsersync
npm run start - to run demo application using `ng serve`. Requires the library to be built and linked first.
2019-08-27 12:39:13 +03:00
Eugene Arshinov
6cb3f87e57
Remove unused i18n and e2e stuff from angular.json
2019-08-27 12:39:13 +03:00
Eugene Arshinov
268534b3e1
Repair npm run test
2019-08-27 12:39:12 +03:00
Eugene Arshinov
77f2466f17
Use ng update to convert .angular-cli.json into angular.json
2019-08-27 12:39:12 +03:00