Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Added PWA capability and updated styling #5

Merged
merged 2 commits into from
Oct 2, 2017
Merged

Added PWA capability and updated styling #5

merged 2 commits into from
Oct 2, 2017

Conversation

btroncone
Copy link
Collaborator

Some updates to the project include:

  • Added the necessary requirements for PWA including @angular/service-worker
  • Added support for WallabyJS testing
  • Updated project to use scss
  • Updated config to prefix components with rx
  • Small route config tweak for default routes

Copy link
Member

@ladyleet ladyleet left a 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.

@@ -1,9 +1,9 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'app-team',
selector: 'rx-team',
Copy link
Member

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?

Copy link
Collaborator Author

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>
Copy link
Member

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

@ladyleet ladyleet mentioned this pull request Oct 2, 2017
6 tasks
@btroncone
Copy link
Collaborator Author

I updated the prefix back to app 👍

@ladyleet ladyleet merged commit 26dfd56 into ReactiveX:master Oct 2, 2017
@ladyleet
Copy link
Member

ladyleet commented Oct 2, 2017

@btroncone woot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants