0.0.16 • Published 7 years ago

@fivethree/layout v0.0.16

Weekly downloads
1
License
-
Repository
-
Last release
7 years ago

@fivethree/layout

Installation

To get started, install the package from npm. The latest version supports Ionic v4 and Angular/RX 6.

npm install @fivethree/layout --save

# or if you are using yarn
yarn add @fivethree/layout

then in app.module.ts, import the LayoutModule:

import { NgModule } from '@angular/core';
import { LayoutModule } from '@fivethree/layout';

@NgModule({
  imports: [
    LayoutModule
  ]
})
export class AppModule {}
0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago