This repository was archived by the owner on Aug 5, 2024. It is now read-only.
Releases: avrios/angular-schematics
Releases · avrios/angular-schematics
v2.5.1
v2.5.0
Description
Update to angular 13 and fix shame.json
.
Fix generated tsconfig.base
file contains generated library with previously invalid imports
Full Changelog: v2.4.1...v2.5.0
v2.4.1
Description
Generated tsconfig.base
file contains generated library name with libId variable meaning the paths will cause invalid imports.
What's Changed
- tsConfig template by @miguelafonso in #15
- from
@shared/shared-<library-name>/*
to@shared/<library-name>/*
- from
libs/shared/src/lib/shared-<library-name>/*
tolibs/shared/src/lib/<library-name>/*
Full Changelog: v2.4.0...v2.4.1
Schematics with updated anguar.json config
Description
Current configuration makes ts-lint
the default linter causing linting tasks to fail in frontend-service
Changes
- update template and set config to use
eslint
in #14
Full Changelog: v2.3.0...v2.4.0