Skip to content

Commit da94613

Browse files
authored
Update README.md
1 parent 584deba commit da94613

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Angular2-Meteor Boilerplate
2-
3-
[![bitHound Overall Score](https://www.bithound.io/github/Urigo/angular-meteor-base/badges/score.svg)](https://www.bithound.io/github/Urigo/angular-meteor-base) [![bitHound Dependencies](https://www.bithound.io/github/Urigo/angular-meteor-base/badges/dependencies.svg)](https://www.bithound.io/github/Urigo/angular-meteor-base/master/dependencies/npm)
4-
1+
# Angular-Meteor Boilerplate
52

63
## Usage
74

@@ -36,22 +33,14 @@ This package contains:
3633
- Testing framework with Mocha and Chai
3734
- [Meteor-RxJS](http://angular-meteor.com/meteor-rxjs/) support and usage
3835

39-
This application also contains demo code:
40-
41-
- Main Component (`/client/app.component`)
42-
- Demo Child Component (`/client/imports/demo/demo.component`)
43-
- Demo Service (`/client/imports/demo/demo-data.service`)
44-
- Demo Mongo Collection (`/both/demo.collection.ts`) with a TypeScript interface as model.
45-
46-
The Main component loads the child component, which uses the demo service that gets it's data from the demo collection.
4736

4837
### Folder Structure
4938

5039
The folder structure is a mix between [Angular 2 recommendation](https://johnpapa.net/angular-2-styles/) and [Meteor 1.3 recommendation](https://guide.meteor.com/structure.html).
5140

5241
### Client
5342

54-
The `client` folder contains single TypeScript (`.ts`) file which is the main file (`/client/app.component.ts`), and bootstrap's the Angular 2 application.
43+
The `client` folder contains single TypeScript (`.ts`) file which is the main file (`/client/app.component.ts`), and bootstrap's the Angular application.
5544

5645
The main component uses HTML template and SASS file.
5746

@@ -74,8 +63,3 @@ Example for common files in our app, is the MongoDB collection we create - it lo
7463

7564
The testing environment in this boilerplate based on [Meteor recommendation](https://guide.meteor.com/testing.html), and uses Mocha as testing framework along with Chai for assertion.
7665

77-
There is a main test file that initialize Angular 2 tests library, it located under `/client/init.test.ts`.
78-
79-
All other test files are located near the component/service it tests, with the `.test.ts` extension.
80-
81-
The `DemoComponent` contains example for Angular 2 tests for Component, and in the server side there is an example for testing Meteor collections and stub data.

0 commit comments

Comments
 (0)