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

10.0.3 • Public • Published

NgxRow

angular 10.x

Demo

https://liangshen001.github.io/ngx-row-lib/

Install

npm i ngx-row -s

Usage

import module

import {NgxRowModule} from "ngx-row";

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngx-row

    Weekly Downloads

    1

    Version

    10.0.3

    License

    MIT

    Unpacked Size

    132 kB

    Total Files

    23

    Last publish

    Collaborators

    • liangshen~