Skip to content

Commit ff276b6

Browse files
committed
feat: update to Angular 19
1 parent 6567953 commit ff276b6

File tree

8 files changed

+3882
-3973
lines changed

8 files changed

+3882
-3973
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# ngx-annotate-text
32

43
<img alt="GitHub Workflow Status (branch)" src="https://img.shields.io/github/actions/workflow/status/philenius/ngx-annotate-text/main.yml?branch=main&style=for-the-badge"> <a href="https://github.com/philenius/ngx-annotate-text/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/philenius/ngx-annotate-text?style=for-the-badge"></a> <img alt="GitHub" src="https://img.shields.io/github/license/philenius/ngx-annotate-text?style=for-the-badge"> <img alt="npm" src="https://img.shields.io/npm/v/ngx-annotate-text?style=for-the-badge">
@@ -129,11 +128,11 @@ View and edit the live demo Angular app on <a href="https://codesandbox.io/s/ngx
129128
### Recreate project from scratch
130129

131130
```bash
132-
npm install -g @angular/cli@^18
131+
npm install -g @angular/cli@^19
133132
ng new ngx-annotate-text-workspace
134133
cd ngx-annotate-text-workspace/
135134
ng generate library ngx-annotate-text
136-
ng add angular-eslint@^18
135+
ng add angular-eslint@^19
137136
ng g angular-eslint:add-eslint-to-project ngx-annotate-text-workspace
138137
ng g angular-eslint:add-eslint-to-project ngx-annotate-text
139138
npm install prettier --save-dev

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
{
3939
"type": "anyComponentStyle",
40-
"maximumWarning": "2kB",
41-
"maximumError": "4kB"
40+
"maximumWarning": "4kB",
41+
"maximumError": "8kB"
4242
}
4343
],
4444
"outputHashing": "all"

0 commit comments

Comments
 (0)