Skip to content

Commit

Permalink
feat(cli-migration): migrate to webpack and sass
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Dec 25, 2016
1 parent bf59f86 commit dbc57ea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Empty file added compile
Empty file.
14 changes: 14 additions & 0 deletions examples/angular2/e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Angular2Page } from './app.po';

describe('angular2 App', function() {
let page: Angular2Page;

beforeEach(() => {
page = new Angular2Page();
});

it('should display message saying app works', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('app works!');
});
});
Empty file.
1 change: 1 addition & 0 deletions examples/angular2/src/styles.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can add global styles to this file, and also import other style files */

0 comments on commit dbc57ea

Please sign in to comment.