Skip to content

Commit

Permalink
feat(demo): Convert all components, directives and pipes to standalone
Browse files Browse the repository at this point in the history
* feat: update Angular v17

* fix(geo): do not upgrade flexsearch since it seem not compatible with TS
nextapps-de/flexsearch#342

* feat(demo): Convert all components, directives and pipes to standalone

* feat(demo): Remove unnecessary NgModule classes

* fix(core/language): TranslateModule call forRoot only once with provideRootTranslation

- IgoLanguageModule only export the TranslateModule

BREAKING CHANGE: IgoLanguageModule don't import TranslateModule.forRoot
defaultLanguageLoader is not exported anymore
- provideDefaultLanguageLoader and provideLanguageLoader are replaced by DEFAULT_LANGUAGE_LOADER and set directly inside the TranslationConfig

* feat: remove extra module and rework navigation

* fix(demo): main clean up

* fix(test)

* fix(workspace): code deleted by error
  • Loading branch information
alecarn committed Mar 8, 2024
1 parent c68bec7 commit c9b5f3e
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 33 deletions.

0 comments on commit c9b5f3e

Please sign in to comment.