Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

link-to-image

trueflywood5MIT0.0.13TypeScript support: included

To install this library, run:

angular

readme

link-to-image

Installation

To install this library, run:

$ npm install link-to-image --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

$ npm install link-to-image

and then from your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

import { LinkToimageIconModule } from 'link-to-image';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    ...
    LinkToimageIconModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Once your library is imported, you can use its components, directives and pipes in your Angular application:

<!-- You can now use your library directive -->
 <span class="text" [link-toimage-icon]="message.message">{{message.message}}</span>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

MIT © Алексей Компанец

changelog

CHANGELOG

[0.0.13] - 2018-03-23

Добавления

Изменения

  • исправлены зависимости

[0.0.12] - 2018-03-23

Добавлено

  • Переход на вариант сгенерированный с помощью скрипта

[0.0.8 - 0.0.9] - 2018-02-12

Добавлено

  • update to last dependencies version

[0.0.7] - 2018-01-30

Добавлено

  • fix dependencies version and tsconfig

[0.0.6] - 2018-01-30

Добавлено

  • fix dependencies version

[0.0.4 -0.0.5] - 2018-01-26

Добавлено

  • fix dependencies version

[0.0.3] - 2018-01-25

Добавлено

  • fix README

[0.0.2] - 2018-01-25

Добавлено

  • added dependency to Font Awesome

[0.0.1] - 2018-01-25

Добавлено

  • first version