Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(*): add additionalAdjustments prop to AppConfig #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddaribo
Copy link

@ddaribo ddaribo commented Feb 26, 2025

Closes IgniteUI/igniteui-angular-samples#3598

Adds an additionalAdjustments property to the AppConfig interface.
Before the migration to standalone components, additionalAdjustments was part of AppModuleConfig, however, as it is no logner used, the former was left out.
With the propsoed implementation, the additional adjustments will be written to the app.config.ts file.

Example for the dock-manager case and the defineCustomElements invocation:

//...
import { provideAnimations } from '@angular/platform-browser/animations';
import { defineCustomElements } from 'igniteui-dockmanager/loader';
defineCustomElements();


export const AppConfig: ApplicationConfig = {
    providers: [ 
  //...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dock Manager sample: the igc-dockmanager custom element is not defined when opened in StackBlitz
1 participant