Angular user interfaces
Token Getter
This http interceptor is used to 'automatically add the token to the whitelisted domains. This saves having to add this in each service and also fixes the issue where it's not available straight after login.
Route Resolvers
These allow us to get the data for a component before we route to the component. This avoids the need for having to use elvis operators everywhere in our component html.
Boostrap Cards
Really nice way of displaying a list of items. Might use this for the boat selection screen.
Gallery
NGX Gallery 9 was used to show the photos. V9 worked without having to make the workaround fix that had to be done for V8.
Styles
I feel that I really need to get into what is achievable with Bootstrap. I probably need a more in depth course on this alone so I can get an idea what a finished (polished) UI should look like as I tend to be happy with unfinished looks.
This http interceptor is used to 'automatically add the token to the whitelisted domains. This saves having to add this in each service and also fixes the issue where it's not available straight after login.
Route Resolvers
These allow us to get the data for a component before we route to the component. This avoids the need for having to use elvis operators everywhere in our component html.
Boostrap Cards
Really nice way of displaying a list of items. Might use this for the boat selection screen.
Gallery
NGX Gallery 9 was used to show the photos. V9 worked without having to make the workaround fix that had to be done for V8.
Styles
I feel that I really need to get into what is achievable with Bootstrap. I probably need a more in depth course on this alone so I can get an idea what a finished (polished) UI should look like as I tend to be happy with unfinished looks.
Comments
Post a Comment