-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "refactor(@schematics/angular): remove private
/components
API"
The removed APIs are needed to support `ng add @angular/material@16` with Angular CLI v17. These APIs should be able to be safely removed with v18. This reverts commit 6a4d733. (cherry picked from commit 34481d0)
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** | ||
* @license | ||
* Copyright Google LLC All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://angular.io/license | ||
*/ | ||
|
||
export { | ||
addModuleImportToStandaloneBootstrap, | ||
addFunctionalProvidersToStandaloneBootstrap, | ||
callsProvidersFunction, | ||
findBootstrapApplicationCall, | ||
importsProvidersFrom, | ||
} from './standalone'; |