diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index abb87f9..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,146 +0,0 @@ -# Changelog - -## 12.0.0 -**Migration Guide** -- Update your project to Angular 12. -- Update app.menuitem.component.ts -- Update theme files and layout files. - -**Implemented New Features and Enhancements:** - -- Upgrade to Angular and PrimeNG 12 -- Styles of new PrimeNG components - -##11.0.0 -**Migration Guide** -- Update your project to Angular 11. -- Update app.main.component.ts and app.component.ts -- Update app.menuitem.component.ts -- Update theme files and layout files. - -**Implemented New Features and Enhancements:** - -- Upgrade to Angular and PrimeNG 11 -- Styles of new PrimeNG components - -## 10.0.0 - -**Implemented New Features and Enhancements:** - -- Migrate to PrimeOne Design Architecture -- Upgrade to Angular and PrimeNG 10 - -####8.0.0 to 9.0.0 - -Angular 9 and PrimeNG 9 -* Update dependencies with ng update. -* Update theme.css and layout.css files. -* Update app.sidebartabcontent.component.ts -* Update app.menu.component.ts while retaining your MenuModel. -* Include app.menuitem.component.ts under app folder and define it app.module.ts with declarations property. -* Include app.menu.service.ts under app folder and define it app.module.ts with providers property. - -####7.1.1 to 8.0.0 - -* Update your project to Angular 8 with ng update. View the official update guide -https://update.angular.io/- for more information. -* Update app.main.component.ts. -* Update app.menu.component.ts. -* Update app.sidebartabcontent.component.ts -* Update layout css files. -* Update theme css files. - -####7.1.0 to 7.1.1 - -* Update layout css files. -* Update theme css files. - -####7.0.0 to 7.1.0 - -* Update layout css files. -* Update theme css files. - -####6.1.0 to 7.0.0 - -* Update layout css files. -* Update theme css files. - -####6.0.0 to 6.1.0 - -Adds support for new features in PrimeNG 6.1.x -* Update theme css files. - -####5.2.5 to 6.0.0 - -Brings support for Angular 6 and RxJS 6, adds theming for new components in PrimeNG such as the new TreeTable -and improves behaviors of the layout menus. -* Add PrimeIcons package. -* Update app.module.ts and app.component.ts. -* Update app.topbar.component.ts. -* Update app.menu.component.ts. -* Update layout css files. -* Update theme css files. - -####5.2.4 to 5.2.5 - -* Update theme css files. - -####5.2.3 to 5.2.4 - -* Update layout css files. -* Update theme css files. - -####5.2.2 to 5.2.3 - -* Update layout css files. -* Update theme css files. - -####5.2.1 to 5.2.2 - -Aligns input focus animation with the Material specs. -* Update layout css files. -* Update theme css files. - -####5.2.0 to 5.2.1 - -* Update app.component.ts. - -####5.0.0 to 5.2.0 - -Adds support for PrimeNG 5.2.0 (e.g. TurboTable), replaces nanoscroller with PrimeNG ScrollPanel and reimplements ripple effect to run outside of NgZone for better performance. -* Remove nanoscroller as it is replaced by ScrollPanel component of PrimeNG. -* Update app.component.ts. -* Update app.sidebartabcontent.component.ts -* Update layout css files. -* Update theme css files. - -####4.2.0 to 5.0.0 - -* Update theme css files. - -####4.1.0 to 4.2.0 - -* Update theme css files. - -####4.0.1 to 4.1.0 - -* Update layout css files. -* Update theme css files. -* Update AppSubmenu component in app.menu.component.ts. - -####4.0 to 4.0.1 - -* Update theme css files. - -####1.0.2 to 4.0 - -* Includes version updates to PrimeNG 4 and Angular 4. -* Update theme css files. - -####1.0.1 to 1.0.2 - -* Update theme-*.css files. - -####1.0.0 to 1.0.1 - -* Update layout-*.css files. -* Update app.components.ts file. diff --git a/angular.json b/angular.json index aade68f..2257654 100644 --- a/angular.json +++ b/angular.json @@ -124,8 +124,8 @@ "glob": "*.ico" }, { - "input": "src/configurations/gmr/assets", - "output": "assets/", + "input": "src/configurations/gmr/assets/images", + "output": "assets/images", "glob": "*.*" } ] diff --git a/src/app/app.topbar.component.ts b/src/app/app.topbar.component.ts index e56ce64..bdb9c52 100644 --- a/src/app/app.topbar.component.ts +++ b/src/app/app.topbar.component.ts @@ -9,7 +9,7 @@ import { environment } from "src/environments/environment";
diff --git a/src/app/pages/app.error.component.html b/src/app/pages/app.error.component.html index 341eca0..822b3c1 100644 --- a/src/app/pages/app.error.component.html +++ b/src/app/pages/app.error.component.html @@ -9,7 +9,7 @@Bitte versuche es später erneut!
- +