ngx-insta
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

📷 Ngx-Insta

This project was based on InstaFeed2.

Getting Starded

Installation instructions

Install ngx-insta from npm:

npm install ngx-insta --save

Add needed package to NgModule imports:

import { NgxInstaModule } from 'ngx-insta';

@NgModule({
  ...
  imports: [NgxInstaModule,...]
  ...
})

Add component to your page:

<ngx-insta [config]="config"></ngx-insta>

Config

  config: any = {
    count: '10' , // any int value
    idUser: '#YOUR_IDUSER',
    tokenUser: '#YOUR_TOKEN',
    grid: true // false is list true is grid
  };

License

MIT

Package Sidebar

Install

npm i ngx-insta

Weekly Downloads

45

Version

0.0.2

License

MIT

Unpacked Size

116 kB

Total Files

34

Last publish

Collaborators

  • kaleu50