-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(workbench): remove deprecated workbench modules
BREAKING CHANGE: Removing deprecated workbench modules introduced the following breaking changes. The following APIs have been removed: - `WorkbenchModule.forRoot` => register SCION Workbench providers using `provideWorkbench` function and import standalone components and directives instead; - `WorkbenchModule.forChild` => no replacement; import standalone workbench components and directives instead; - `WorkbenchTestingModule.forTest` => no replacement; use `provideWorkbench` instead; - `provideWorkbenchForTest` => no replacement; use `provideWorkbench` instead;
- Loading branch information
1 parent
e3f358f
commit df3eb4e
Showing
6 changed files
with
19 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
projects/scion/workbench/src/lib/testing/workbench-testing.module.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.