Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 734 Bytes

File metadata and controls

29 lines (22 loc) · 734 Bytes

Flaper Angular Lib npm version

Flaper services, models, pipes, etc

Development

Для использования новых версий в локальных flaper.web и flaper.admin

npm install typescript@2.0 -g

После каждого изменения:

npm run sync (Ожидает, что все проекты лежат в одной общей папке (common/web, common/angular, common/admin)

Usage

Install

npm install @flaper/angular

Example

import {UserService, StoryService} from '@flaper/angular';

Publish

npm patch version
npm publish