0.2.10 • Published 5 years ago

tm-ng-life v0.2.10

Weekly downloads
100
License
-
Repository
-
Last release
5 years ago

Getting Started

npm i tm-ng-life

Get your api key: talentomobile.

Configuration

Ensure you import the module and the dependencies:

import { TmNgLifeModule } from 'tm-ng-life';

@NgModule({
   imports: [
        ...OtherModules,
        TmNgLifeModule,
   ]
})
export class AppModule {}

Basic Example

@Component({
    selector: 'app',
    template: `<tm-ng-life token="YOUR_API_KEY" [photo]="base64" (result)="result($event)" (detected)="detected($event)" (error)="error($event)"></tm-ng-life>`
});
export class App {
    result(e){
        console.log(e)
    }
    detected(e){
        console.log(e)
    }
    error(e){
        console.log(e)
    }
}
0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago