Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
fix(readme): Now all demo links are working
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosostolato committed Aug 10, 2018
1 parent e1d570c commit 6188851
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rosostolato/ngx-restmodel/master/LICENSE)

## Demo
https://rosostolato.github.io/ngx-restmodel/ <i>not implemented yet</i>
https://rosostolato.github.io/ngx-restmodel/

## Table of contents

Expand All @@ -19,14 +19,14 @@ https://rosostolato.github.io/ngx-restmodel/ <i>not implemented yet</i>
- [License](#license)

## About
[!Highly Experimental - still on developing]
[!Highly Experimental - still in development]

Request from a restful api and link it to a model.

I am a fun of Restangular but I've got desapointed with the version of Angular 2+. But since on AngularJs, I wish Restangular could bind them methods on prototype and not inside its body. So I tried to create this lib.
I am a fun of Restangular but I've got desapointed with the version of Angular 2+. But since AngularJs, I wish Restangular could bind them methods on prototype and not inside its body. So the idea of this lib was born.

It's very experimental and maybe not correctly implemented, but I'm still developing the Idea.
If you liked the idea and want to contribute, please send me an e-mail (I need help).
It's very experimental and maybe not correctly implemented, but I'm still developing the framework.
If you liked the idea and want to contribute, please send me an e-mail. Your help is welcome!

## Installation

Expand Down Expand Up @@ -64,6 +64,7 @@ export class RestApi extends RestBase {
```

Finally use in one of your apps components:

```typescript
import { Component } from '@angular/core';
import { RestApi } from './restApi.service';
Expand Down Expand Up @@ -98,11 +99,11 @@ export class DemoComponent {
}
```

You may also find it useful to view the [demo source](https://github.com/rosostolato/ngx-restmodel/blob/master/demo/demo.component.ts). <i>not implemented yet</i>
You may also find it useful to view the [demo source](https://github.com/rosostolato/ngx-restmodel/blob/master/demo/demo.component.ts).

## Documentation
All documentation is auto-generated from the source via [compodoc](https://compodoc.github.io/compodoc/) and can be viewed here:
https://rosostolato.github.io/ngx-restmodel/docs/ <i>not implemented yet</i>
https://rosostolato.github.io/ngx-restmodel/docs/

## Development

Expand Down

0 comments on commit 6188851

Please sign in to comment.