Skip to content

Commit

Permalink
build: bump angular to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cmm-va committed Mar 12, 2024
1 parent 2d9b08f commit d86e3aa
Show file tree
Hide file tree
Showing 5 changed files with 6,281 additions and 5,771 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-planets-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-angular': major
---

build: bump angular to 17
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build",
"port": 8000
"port": 8000,
"buildTarget": "demo:build"
},
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down
2 changes: 1 addition & 1 deletion demo/app/mentions/mentions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</slate-editable>
<ng-template #mention let-context="context" let-viewContext="viewContext">
<span slateElement [context]="context" [viewContext]="viewContext" class="demo-mention-view" [ngClass]="{ focus: context.selection }"
>@{{ context.element.character }}</span
>&#64;{{ context.element.character }}</span
>
</ng-template>
<div #suggestionList class="demo-mention-suggestion-list">
Expand Down

0 comments on commit d86e3aa

Please sign in to comment.