You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade the generate app to be Angular 12 (closes #600) (afd59bc)
BREAKING CHANGES
update to lastest core, which forces yeoman-generator@5 breaking update.
migrate to eslint, removes htmlhint
Having a core module isn't necessary anymore as services aren't attached to modules anymore.
This follows the Angular coding guide update that only mention shared module now.