svetlanaMuravlova
45128abfe0
fix(firebase): test extra folder https
2021-09-03 09:46:19 +03:00
svetlanaMuravlova
28bdc402af
feat(github actions): added publish action
2021-09-02 14:30:18 +03:00
Dmitriy Shekhovtsov
88e7fa0b73
Delete hosting.ZGlzdC9hcHBzL2RlbW8.cache
2021-09-02 12:48:45 +03:00
svetlanaMuravlova
89fb786416
fix(lint): fixed lint errors
2021-09-01 16:38:16 +03:00
svetlanaMuravlova
7a2b4f3c99
fix(lint): fixed linting errors
2021-09-01 16:17:12 +03:00
svetlanaMuravlova
c4566873f4
fix(lint): fixed linting errors
2021-09-01 16:12:39 +03:00
svetlanaMuravlova
3b30991e11
feat(github actions): updated yml file
2021-09-01 10:03:49 +03:00
svetlanaMuravlova
bc9361ebe0
feat(strict): added strict mode
2021-09-01 10:02:39 +03:00
svetlanaMuravlova
f9ec79864e
feat(firebase): try firebase actions
2021-08-31 16:18:24 +03:00
svetlanaMuravlova
142039af98
feat(firebase): try firebase actions
2021-08-31 16:12:15 +03:00
svetlanaMuravlova
1725ff1eeb
feat(firebase): try firebase actions
2021-08-31 16:10:33 +03:00
svetlanaMuravlova
f98fe900c0
feat(firebase): try firebase actions
2021-08-31 16:06:44 +03:00
svetlanaMuravlova
dc0e6d985c
feat(firebase): try firebase actions
2021-08-31 16:03:45 +03:00
svetlanaMuravlova
e1ec355041
feat(github actions): delete codecov
2021-08-31 15:09:22 +03:00
svetlanaMuravlova
92bbcbb9e7
feat(gh actions): try gh actions
2021-08-31 14:29:41 +03:00
svetlanaMuravlova
12aea18188
feat(gh actions): try gh actions
2021-08-31 14:24:32 +03:00
svetlanaMuravlova
9c04ff4554
feat(gh actions): try gh actions
2021-08-31 14:21:32 +03:00
svetlanaMuravlova
8c11de5368
feat(gh actions): try gh actions
2021-08-31 14:14:26 +03:00
svetlanaMuravlova
9b1919f6b1
feat(gh actions): try gh actions
2021-08-31 14:10:57 +03:00
svetlanaMuravlova
cd1282cfb6
feat(github actions): check gh actions
2021-08-31 13:41:04 +03:00
svetlanaMuravlova
268497c17c
feat(core): updated dependencies list
2021-08-31 12:59:03 +03:00
svetlanaMuravlova
de738f7c63
feat(core): added nx
2021-08-31 12:18:44 +03:00
svetlanaMuravlova
69cd64dc28
feat(bump): added strict mode, doesn't build in dist, should be resolved
2021-08-17 16:49:19 +03:00
SvetlanaMuravlova
16078f57c3
Merge pull request #1180 from dmmishchenko/update-angular
...
disabled ivy build, added prod config, changed demo serve script
2021-08-17 11:30:10 +03:00
Mishchenko Dmitriy
580c2e0538
disabled ivy build, added prod config, changed demo serve script
2021-08-16 14:01:50 +03:00
vs
b5917b9fa7
fix(style): delete extra rule
2021-06-18 14:21:12 +03:00
vs
aa3bd8d9dc
chore(bump): updated package
2021-06-18 14:15:25 +03:00
vs
8133b8d1e6
chore(bump): updated versions
2021-06-10 11:13:19 +03:00
vs
ce9dc20056
feat(upgrade): updated up to angular 11 tests are failed
2021-06-09 16:39:11 +03:00
PARAM MITTAL
8171bc831b
fix(typo): fix grammatical mistake in readme ( #1119 )
2019-10-30 17:37:02 +02:00
Vitaliy Makogon
d63c8ce9e2
Merge pull request #1107 from earshinov/update-to-angular8
...
feta(build): update to Angular 8. Use Angular CLI instead of ngm for building. Ensure compatibility with Ivy on application side.
2019-10-23 12:49:47 +03:00
Vitaliy Makogon
33ac156208
fix(ci): fix xvfb service issue
2019-10-22 16:04:21 +03:00
Eugene Arshinov
2888f4cb11
Provide angularCompilerOptions to ensure compatibility with Ivy (on the application side)
...
Without this configuration, the following error occurs:
```
error TS-996002: Appears in the NgModule.imports of ...Module, but could not be resolved to an NgModule class
```
Configuruation taken from https://github.com/froala/angular-froala-wysiwyg/pull/329/files#diff-bb630a56aac9aa4924037d7db039769d
2019-08-27 12:39:13 +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
49a3334942
Update tslint and tslint-config-valorsoft
2019-08-27 12:39:13 +03:00
Eugene Arshinov
9fae840b69
Remove unused dependency ng2-page-scroll
2019-08-27 12:39:12 +03:00
Eugene Arshinov
7b4f871200
Run ng update to update to latest Angular 8.3.0
2019-08-27 12:39:12 +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
Eugene Arshinov
01c2d173f3
Update to @angular/core@6.0.0, @angular/cli@6.2.8, rxjs@6.0.0
...
Aux changes:
- Added package-lock.json to lock dependency versions
- Removed unused @angular/http from dependencies
2019-08-27 12:39:12 +03:00
Adrian Fâciu
fb48f4411d
Merge pull request #927 from Amos47/development
...
Expand compression mime types
2017-12-09 23:07:49 +02:00
Adrian Fâciu
e423a3089c
Merge pull request #939 from mattmcsparran/patch-1
...
Updated Readme for easier implementation
2017-12-09 23:06:14 +02:00
Matthew McSparran
502789dad6
Updated Readme
...
Updated to show what needs to be imported for a project to work like the demo.
2017-12-09 12:42:15 -05:00
Adrian Fâciu
d4bed8a045
Merge pull request #930 from adrianfaciu/release-1.3
...
Releasing 1.3.0
2017-11-25 19:09:39 +02:00
Adrian Fâciu
954240cfdc
Releasing 1.3.0
2017-11-25 19:07:56 +02:00
Jordan Amos
7d25b57e1b
expand compression mime types
2017-11-17 16:50:11 -08:00
Adrian Fâciu
0d97b76228
Merge pull request #904 from guanbo/options
...
Update: setOptions
2017-10-22 13:03:45 +03:00
Adrian Fâciu
9d0408e595
Merge pull request #911 from WisdomFusion/development
...
add file type .zip
2017-10-22 12:59:19 +03:00
WisdomFusion
35c5131c47
add file type .zip
2017-10-16 08:17:34 +08:00