angular-admin-panel
angular-admin-panel copied to clipboard
An Angular Admin boilerplate to quickly scaffold any large scale enterprise application.
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.0 to 6.12.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.12.0 6.12.0 (2023-11-20) Bug Fixes eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set...
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.54.0. Release notes Sourced from eslint's releases. v8.54.0 Features a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata) 1452dc9 feat:...
Bumps [ngx-permissions](https://github.com/AlexKhymenko/ngx-permissions) from 13.0.1 to 16.0.1. Release notes Sourced from ngx-permissions's releases. Upgrade to angular 16 Make guard method protected Make test directives standalone Add canMatch guard Upgrade to angular...
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.1.0 to 5.1.1. Release notes Sourced from jasmine-core's releases. 5.1.1 Please see the release notes. Commits bff612a Bump version to 5.1.1 4ba42f3 Fixed global variable leak when...
Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.1.1 to 2.2.1. Release notes Sourced from karma-coverage's releases. v2.2.1 2.2.1 (2023-06-23) Bug Fixes exit code when reporter file is not provided (1388186) v2.2.0 2.2.0 (2022-02-10) Features...
On `getCurrentUserEffect` function in the `auth.effects.ts` file the are a type `any` when response is successfull. Replace with the correct type of the response ```ts this.authService.getCurrentUser().pipe( map(({ data }: any)...