Skip to content

Releases: jm2097/angular-boilerplate

v0.1.1-beta: "Improve lighthouse metrics report"

18 Oct 23:46
Compare
Choose a tag to compare
  • Improve first contentful paint by replacing icon monster by hero icons SVG's
  • Improve SEO by adding the title and meta description to login route
  • Improve accessibility by adding aria-label attribute to buttons

v0.1.0-beta: "Big jump to styling with tailwindcss"

18 Oct 06:47
Compare
Choose a tag to compare

Changelog

  • Add TailwindCSS + configuration.
  • Replace all plain CSS styles from the ITCSS architecture to TailwindCSS classes.
  • Style login page.

v0.0.3-beta

18 Oct 23:43
Compare
Choose a tag to compare
v0.0.3-beta Pre-release
Pre-release

Fix netlify redirect

Add robots.txt and sitemap

17 Oct 05:15
Compare
Choose a tag to compare
Pre-release
v0.0.2-beta

chore(): add webconfig to match routes

v0.0.1-alpha: "First release loaded with a bunch of ready to use features"

17 Oct 04:22
Compare
Choose a tag to compare

Main features

  • Services

    • HTTP generic service
    • Auth service
    • Auth guard
    • No-auth guard
    • Role guard
    • JWT interceptor
    • Server error interceptor
    • Dynamic titles and meta tags with SEO service
  • Architecture

    • Architectural featured-oriented components
    • Component types (.component, .page)
    • Smart & dumb components design pattern
    • ITCSS
  • Configuration

    • Lazy loading
    • PWA

Bonus

  • Global error handler
  • Alert service
  • Logger service

Comming soon

  • i18n
  • Server-side rendering with Angular Universal
  • Link with nestjs-boilerplate and create a real-world Angular application example