File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/angular/standalone/src/providers Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { DOCUMENT } from '@angular/common';
22import { APP_INITIALIZER , makeEnvironmentProviders } from '@angular/core' ;
33import type { EnvironmentProviders } from '@angular/core' ;
44import { AngularDelegate , ConfigToken , provideComponentInputBinding } from '@ionic/angular/common' ;
5- import { initialize } from '@ionic/core/components' ;
5+ import { initialize , setupConfig } from '@ionic/core/components' ;
66import type { IonicConfig } from '@ionic/core/components' ;
77
88import { ModalController } from './modal-controller' ;
@@ -13,6 +13,8 @@ type OptInAngularFeatures = {
1313} ;
1414
1515export const provideIonicAngular = ( config : IonicConfig & OptInAngularFeatures = { } ) : EnvironmentProviders => {
16+ setupConfig ( config ) ;
17+
1618 return makeEnvironmentProviders ( [
1719 {
1820 provide : ConfigToken ,
You can’t perform that action at this time.
0 commit comments