0.2.10 • Published 4 years ago

tm-ng-life v0.2.10

Weekly downloads
100
License
-
Repository
-
Last release
4 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

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago