Skip to content

Releases: sardapv/angular-material-starter-template

v1.3.0馃寛

15 Aug 10:01
Compare
Choose a tag to compare

Long Awaiting Upgrades :

  • Angular 14 馃殌 , SCAM module example with standalone flag
  • Tailwind 3
  • Latest Cypress + Jest
  • All dependencies updated

v1.0.8 馃寛

29 Jul 16:53
7f9428c
Compare
Choose a tag to compare

Addition -

  • Switched to Cypress Code Coverage. Thanks @sjetha 馃槃

v1.0.7馃寛

25 Jul 17:27
Compare
Choose a tag to compare

Removal -

  • lighthouse addition (since browser inspect> light house is much better than local mode)

v1.0.6馃寛

25 Jul 10:00
cd47cb9
Compare
Choose a tag to compare

Feature Addition - Thanks to @sapatgit for this release

  • Now supports generation of code-coverage report
  • Lighthouse Report

Non-functional -

  • Updated readme and scripts

v1.0.4馃寛

24 Jul 10:02
4fa3fd1
Compare
Choose a tag to compare

Additions -

  • Pre-commit hooks with the husky 馃惗. Maintain quality workspace across the team.
  • Block git commits if all rules are not passed.

Fixes -

  • Readme updates

v1.0.3馃寛

05 Jul 04:15
Compare
Choose a tag to compare

Starting back version 1.0.3 since now this project is on NPM yuhuuu馃帀!

This Release contains -

  • Npx command and npm command to set it up in just one command.
  • Prettier support added and commands updated. Thanks to @DeekshithRajBasa .
  • ESlint enhancements and not conflicts with Prettier
  • Pipeline enhancements

v1.2.0 馃寛

19 Jun 16:36
bb7edfd
Compare
Choose a tag to compare

Thanks to contribution by @sjetha . This release is packed with 3 major features -

  • Added Jest support for unit testing 鉁堬笍
  • Added Cypress for e2e testing 馃殌
  • ESLint integrated 馃

v1.1.0 馃寛

12 Jun 14:58
b82616d
Compare
Choose a tag to compare

This release includes -

  • bugfixes
  • devtools to analyse source-maps npm commands integrated
  • tailwind sample, SCAM sample, after/before-login empty pages
  • purgecss post build script

Release Base 1.0.1馃寛

22 May 14:04
Compare
Choose a tag to compare
  • Project Structure inspired form Rik De Vos's blog

    • common annotations like @shared, @feature, @core added in tsconfig.json
    • tsconfig.app.json moved inside src
    • prod configuration setup and env with baseURL field injected in app.module
    • 3 main modules (extended notes to be added soon) -
      • CoreModule - only to be imported in Appmodule
      • FeatureModule - all lazyloaded pages/modules goes here
        • beforelogin modules
        • afterlogin modules
      • SharedModule - only to be shared and imported in feature modules
        • Can have custom components as SCAM
        • Custom Pipes, Directives, Components, Models, Validators
        • index.ts provided for shared.module.ts
  • Basic Auth service like (Refer model in model folder & change accordingly)

    • login
    • refreshtoken
    • storetoken
    • getTokens
    • logout
  • HTTP Request Interceptor extended to and inspired from Rich Franzmeier's blog

    • request cloner
    • header modifier
    • success and error handler
    • refresh token handler
  • Tailwind and Custom Configuration

    • sample tailwind configuration with font, theme and other properties
  • Angular Material Component & CDK integrated

    • Material theme starter pack included, just change colors
  • Icons and Typography (CDN - index.html)

    • Angular Material Icons added
    • Default Poppins, OpenSans font integrated
  • pollyfills 'web-animations-js' added for animations support inside @component decorator

  • Styles folder with subfolder added inside stylePreprocessorOption (angular.json)