Skip to content

Commit

Permalink
feat: upgrade to angular 14 (#942)
Browse files Browse the repository at this point in the history
removes entry components, that's fine maybe.

BREAKING CHANGE: requires angular 14
  • Loading branch information
scttcper committed Jun 19, 2022
1 parent 2fc890b commit 8a0a9bf
Show file tree
Hide file tree
Showing 13 changed files with 5,031 additions and 4,663 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
@@ -1,6 +1,6 @@
version: 2.1
orbs:
node: circleci/node@4
node: circleci/node@5
browser-tools: circleci/browser-tools@1
codecov: codecov/codecov@3
jobs:
Expand Down
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -35,13 +35,11 @@ Latest version available for each version of Angular

| ngx-toastr | Angular |
| ---------- | ----------- |
| 6.5.0 | 4.x |
| 8.10.2 | 5.x |
| 10.1.0 | 8.x 7.x 6.x |
| 11.3.3 | 8.x |
| 12.1.0 | 9.x |
| 13.2.1 | 10.x 11.x |
| current | >= 12.x |
| 14.3.0 | 12.x 13.x |
| current | >= 14.x |

## Install

Expand Down Expand Up @@ -364,7 +362,6 @@ import { ToastrModule } from 'ngx-toastr';
toastComponent: YourToastComponent, // added custom toast!
}),
],
entryComponents: [YourToastComponent], // add!
bootstrap: [App],
declarations: [App, YourToastComponent], // add!
})
Expand Down
2 changes: 0 additions & 2 deletions angular.json
Expand Up @@ -125,8 +125,6 @@
}
}
},
"defaultProject": "ngx-toastr",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}

0 comments on commit 8a0a9bf

Please sign in to comment.