fix(animations): export BrowserModule as apart of BrowserAnimationsModule (#18263)
PR Close #18263
This commit is contained in:
parent
1bfc77bf8c
commit
fd0cc01eed
|
@ -14,7 +14,7 @@ import {BROWSER_ANIMATIONS_PROVIDERS, BROWSER_NOOP_ANIMATIONS_PROVIDERS} from '.
|
|||
* @experimental Animation support is experimental.
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [BrowserModule],
|
||||
exports: [BrowserModule],
|
||||
providers: BROWSER_ANIMATIONS_PROVIDERS,
|
||||
})
|
||||
export class BrowserAnimationsModule {
|
||||
|
@ -24,7 +24,7 @@ export class BrowserAnimationsModule {
|
|||
* @experimental Animation support is experimental.
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [BrowserModule],
|
||||
exports: [BrowserModule],
|
||||
providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS,
|
||||
})
|
||||
export class NoopAnimationsModule {
|
||||
|
|
Loading…
Reference in New Issue