Skip to content

Commit 800a6e3

Browse files
docs(README.md): update.
1 parent a653f7a commit 800a6e3

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

README.md

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,17 @@ The angular-package supports the development process of [angular][angulario]-bas
2424
| [range][range-github-readme] | The range between a minimum and maximum. | [![npm version][range-npm-badge-png]][range-npm-badge] |
2525
| [reactive][reactive-github-readme] | Automatize the process of creating some rxjs features. | [![npm version][reactive-npm-badge-png]][reactive-npm-badge] |
2626
| [storage][storage-github-readme] | The storage of data under allowed names. | [![npm version][storage-npm-badge-png]][storage-npm-badge] |
27-
| [tag][tag-github-readme] | Any tag with optional attributes. | *In Progress* |
27+
| [tag][tag-github-readme] | Any tag with optional attributes. | [![npm version][tag-npm-badge-png]][tag-npm-badge] |
2828
| [testing][testing-github-readme] | Support for testing other packages. | [![npm version][testing-npm-badge-png]][testing-npm-badge] |
29-
| [text][text-github-readme] | **Text on the template with replaceable tags.** | [![npm version][text-npm-badge-png]][text-npm-badge] |
29+
| [text][text-github-readme] | Text on the template with replaceable tags. | [![npm version][text-npm-badge-png]][text-npm-badge] |
3030
| [type][type-github-readme] | Common types, type guards, and type checkers. | [![npm version][type-npm-badge-png]][type-npm-badge] |
31-
| [ui][ui-github-readme] | User interface. | *In Progress* |
32-
| [wrapper][wrapper-github-readme] | Wrap the text with the opening and closing chars. | *In Progress* |
31+
| [ui][ui-github-readme] | Configurable user interface. | [![npm version][ui-npm-badge-png]][ui-npm-badge] |
32+
| [wrapper][wrapper-github-readme] | Wrap the text with the opening and closing chars. | [![npm version][wrapper-npm-badge-png]][wrapper-npm-badge] |
3333

3434
Click on the package name to visit its [GitHub](https://github.com/) page.
3535

3636
<br>
3737

38-
## Skeleton
39-
40-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.
41-
4238
## Development server
4339

4440
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
@@ -98,27 +94,6 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
9894
[git-commit-karma]: http://karma-runner.github.io/0.10/dev/git-commit-msg.html
9995
[git-commit-conventional]: https://www.conventionalcommits.org/en/v1.0.0/
10096

101-
<!-- This package: text -->
102-
<!-- GitHub: badges -->
103-
[text-badge-issues]: https://img.shields.io/github/issues/angular-package/text
104-
[text-badge-forks]: https://img.shields.io/github/forks/angular-package/text
105-
[text-badge-stars]: https://img.shields.io/github/stars/angular-package/text
106-
[text-badge-license]: https://img.shields.io/github/license/angular-package/text
107-
<!-- GitHub: badges links -->
108-
[text-issues]: https://github.com/angular-package/text/issues
109-
[text-forks]: https://github.com/angular-package/text/network
110-
[text-license]: https://github.com/angular-package/text/blob/master/LICENSE
111-
[text-stars]: https://github.com/angular-package/text/stargazers
112-
<!-- This package -->
113-
[text-github-changelog]: https://github.com/angular-package/text/blob/main/CHANGELOG.md
114-
115-
[package-type-key]: https://github.com/angular-package/type#key
116-
[package-type-minmax]: https://github.com/angular-package/type#minmax
117-
[package-type-resultcallback]: https://github.com/angular-package/type#resultcallback
118-
[package-type-type]: https://github.com/angular-package/type#type
119-
[package-type-types]: https://github.com/angular-package/type#types
120-
[package-type-valueparser]: https://github.com/angular-package/type#valueparser
121-
12297
<!-- Package: callback -->
12398
<!-- npm -->
12499
[callback-npm-badge-svg]: https://badge.fury.io/js/%40angular-package%2Fcallback.svg
@@ -285,7 +260,7 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
285260
<!-- Package: ui -->
286261
<!-- npm -->
287262
[ui-npm-badge-svg]: https://badge.fury.io/js/%40angular-package%2Fui.svg
288-
[ui-npm-badge-svg]: https://badge.fury.io/js/%40angular-package%2Fui.svg
263+
[ui-npm-badge-png]: https://badge.fury.io/js/%40angular-package%2Fui.png
289264
[ui-npm-badge]: https://badge.fury.io/js/%40angular-package%2Fui
290265
[ui-npm-readme]: https://www.npmjs.com/package/@angular-package/ui#readme
291266

@@ -295,7 +270,7 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
295270
<!-- Package: wrapper -->
296271
<!-- npm -->
297272
[wrapper-npm-badge-svg]: https://badge.fury.io/js/%40angular-package%2Fwrapper.svg
298-
[wrapper-npm-badge-svg]: https://badge.fury.io/js/%40angular-package%2Fwrapper.svg
273+
[wrapper-npm-badge-png]: https://badge.fury.io/js/%40angular-package%2Fwrapper.png
299274
[wrapper-npm-badge]: https://badge.fury.io/js/%40angular-package%2Fwrapper
300275
[wrapper-npm-readme]: https://www.npmjs.com/package/@angular-package/wrapper#readme
301276

0 commit comments

Comments
 (0)