Releases: ju4n97/angular-boilerplate
Releases · ju4n97/angular-boilerplate
v0.1.1-beta: "Improve lighthouse metrics report"
- 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"
Changelog
- Add
TailwindCSS
+ configuration. - Replace all plain
CSS
styles from theITCSS
architecture toTailwindCSS
classes. - Style login page.
v0.0.3-beta
Fix netlify redirect
Add robots.txt and sitemap
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"
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