Closed
Description
Prerequisites
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Codemod version
v0.0.5
Current Behavior
not migrate
Expected Behavior
migrate
Steps to Reproduce
if (environment.production) {
enableProdMode();
}
export const appConfig: ApplicationConfig = {
providers: [
provideRouter(routes),
importProvidersFrom(
BrowserModule,
IonicModule.forRoot({
backButtonText: '',
scrollAssist: true,
}),
),
],
};
defineCustomElements(window);
Code Reproduction URL
No response
Additional Information
No response