-
Notifications
You must be signed in to change notification settings - Fork 62
Added PWA capability and updated styling #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @btroncone! Amaze first PR! Super small changes related to the default cli selectors. Happy to hear comments/thoughts! :) I just hate breaking convention here.
src/app/team/team.component.ts
Outdated
@@ -1,9 +1,9 @@ | |||
import { Component, OnInit } from '@angular/core'; | |||
|
|||
@Component({ | |||
selector: 'app-team', | |||
selector: 'rx-team', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@btroncone i don't love changing the selectors or the conventions that the cli gives us - any good reason why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's more habit than anything, I generally adjust prefix to be app specific. I'm perfectly fine with app
though, I'll update real quick. 👍
src/index.html
Outdated
</head> | ||
<body> | ||
<app-root></app-root> | ||
<rx-root></rx-root> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comments as last comment on changing default selectors
I updated the prefix back to |
@btroncone woot! |
Some updates to the project include:
@angular/service-worker
scss
rx