You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.4.
6
+
This project was generated with [Angular CLI][angular-cli] version 1.5.4.
6
7
7
8
A simple progressive/responsive/lazy loading image library for [Angular][angular] that detects browser size and loads the appropriate image only when the element is in view. Classes are attributed and events emited on image loads. This package requires [@thisissoon/angular-inviewport][angular-inviewport].
This is a simple library for [Angular][angular], implemented in the [Angular Package Format v5.0](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit#heading=h.k0mh3o8u5hx).
12
+
This is a simple library for [Angular][angular], implemented in the [Angular Package Format v5.0][apfv5].
12
13
13
14
14
15
## Install
15
16
17
+
### via NPM
18
+
16
19
`npm i @thisissoon/{angular-image-loader,angular-inviewport} --save`
// Responsive image, the same object as used for the image loader
183
+
}
184
+
};
185
+
}
186
+
```
187
+
115
188
116
189
## Development server
117
190
@@ -127,15 +200,24 @@ Run `ng build` to build the project. The build artifacts will be stored in the `
127
200
128
201
## Running unit tests
129
202
130
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
203
+
Run `ng test` to execute the unit tests via [Karma][karma].
131
204
132
205
## Running end-to-end tests
133
206
134
-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
207
+
Run `ng e2e` to execute the end-to-end tests via [Protractor][protractor].
208
+
209
+
## Making Commits
210
+
211
+
This repo uses [Commitizen CLI][commitizen] and [Conventional Changelog][conventional-changelog] to create commits and generate changelogs. Instead of running `git commit` run `git cz` and follow the prompts. Changelogs will then be generated when creating new releases by running `npm run release`.
212
+
213
+
## Making Releases
214
+
215
+
Run `npm run release` to create a new release. This will use [Standard Version][standard-version] to create a new release. [Standard Version][standard-version] will generate / update the changelog based on commits generated using [Commitizen CLI][commitizen], update the version number following semantic versioning rules and then commit and tag the commit for the release. Simply run `git push --follow-tags origin master`.
216
+
135
217
136
218
## Further help
137
219
138
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
220
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README][angular-cli-readme].
0 commit comments