项目作者: yasu-s

项目描述 :
Angular img load complete sample
高级语言: TypeScript
项目地址: git://github.com/yasu-s/ng-img-load-complete-sample.git
创建时间: 2019-09-26T12:19:18Z
项目社区:https://github.com/yasu-s/ng-img-load-complete-sample

开源协议:MIT License

下载


概要

WEBページ上のすべての画像読み込み完了後に、イベントを発生されるサンプルです。
AngularのDirective化してあります。

実行環境

  • Node.js - 10.x
  • Yarn - 1.12.x

使用ライブラリ

  • TypeScript - 3.5.x
  • Angular - 8.2.x

動作確認

1. サンプルのダウンロード

  1. git clone git@github.com:yasu-s/ng-img-load-complete-sample.git

2. パッケージインストール

  1. cd ng-img-load-complete-sample
  2. yarn

3. サンプルの起動

  1. yarn start