Skip to content

Commit daea958

Browse files
rename to skeleton app + add screenshot
1 parent 02143d0 commit daea958

File tree

9 files changed

+10801
-10795
lines changed

9 files changed

+10801
-10795
lines changed

.angular-cli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"project": {
4-
"name": "angular-labs"
4+
"name": "angular-skeleton-app"
55
},
66
"apps": [
77
{
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
{
38-
"name": "angular-labs",
38+
"name": "angular-skeleton-app",
3939
"root": "src",
4040
"outDir": "dist-server/",
4141
"assets": [

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Labs
1+
# Angular Skeleton App
22
Angular 5.x navigation skeleton project with styling which get you started faster.
33

44
## What does it have?
@@ -8,8 +8,10 @@ Angular 5.x navigation skeleton project with styling which get you started faste
88
- Navigation/layout
99
- Theming
1010

11+
![Angular Skeleton App](./screenshot.png)
12+
1113
## todo
12-
- SSR
14+
- SSR server
1315
- docker image
1416

1517
# Getting Started
@@ -23,6 +25,8 @@ Run `npm start` to start developing.
2325
Run `npm run start:prod` build and run for production.
2426

2527

28+
# Angular CLI
29+
2630
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.0.
2731

2832
## Development server

e2e/app.e2e-spec.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { AppPage } from './app.po';
1+
import { AppPage } from "./app.po";
22

3-
describe('angular-labs App', () => {
4-
let page: AppPage;
3+
describe("angular-skeleton-app App", () => {
4+
let page: AppPage;
55

6-
beforeEach(() => {
7-
page = new AppPage();
8-
});
6+
beforeEach(() => {
7+
page = new AppPage();
8+
});
99

10-
it('should display welcome message', () => {
11-
page.navigateTo();
12-
expect(page.getParagraphText()).toEqual('Welcome to app!');
13-
});
10+
it("should display welcome message", () => {
11+
page.navigateTo();
12+
expect(page.getParagraphText()).toEqual("Welcome to app!");
13+
});
1414
});

0 commit comments

Comments
 (0)