Skip to content

Commit

Permalink
build: bump angular to 17 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmm-va authored Mar 11, 2024
1 parent aad62af commit 5d378b4
Show file tree
Hide file tree
Showing 5 changed files with 4,029 additions and 2,837 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-forks-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"slate-angular": major
---

build: bump angular to 17 #INFR-11803
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 }}
&#64;{{ context.element.character }}
</span>
</ng-template>
<div #suggestionList class="demo-mention-suggestion-list">
Expand Down
Loading

0 comments on commit 5d378b4

Please sign in to comment.