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
Copy file name to clipboardExpand all lines: README.md
+22-30Lines changed: 22 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,30 +26,30 @@ The angular-package supports the development process of [angular][angulario]-bas
26
26
|[storage][storage-github-readme]| The storage of data under allowed names. |[![npm version][storage-npm-badge-png]][storage-npm-badge]|
27
27
|[tag][tag-github-readme]| Any tag with optional attributes. |[![npm version][tag-npm-badge-png]][tag-npm-badge]|
28
28
|[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]|
30
30
|[type][type-github-readme]| Common types, type guards, and type checkers. |[![npm version][type-npm-badge-png]][type-npm-badge]|
31
31
|[ui][ui-github-readme]| User interface. |*In Progress*|
32
-
|[wrapper][wrapper-github-readme]|Wrap the text with the opening and closing chars.|[![npm version][wrapper-npm-badge-png]][wrapper-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]|
33
33
34
34
Click on the package name to visit its [GitHub](https://github.com/) page.
[![Support me on Patreon][patreon-badge]][patreon-link]
@@ -58,7 +58,6 @@ Text on the template with replaceable tags.
58
58
59
59
## Documentation
60
60
61
-
For the detailed documentation go to [**https://docs.angular-package.dev/v/text-v1.x/**](https://docs.angular-package.dev/v/text-v1.x/)
62
61
63
62
<br>
64
63
@@ -78,7 +77,7 @@ For the detailed documentation go to [**https://docs.angular-package.dev/v/text-
78
77
79
78
This package was generated by the [library skeleton][skeleton] with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
80
79
81
-
Copy this package to the `packages/text` folder of the [library skeleton][skeleton] then run the commands below.
80
+
Copy this package to the `packages/wrapper` folder of the [library skeleton][skeleton] then run the commands below.
82
81
83
82
## Code scaffolding
84
83
@@ -111,17 +110,17 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
111
110
112
111
## Installation
113
112
114
-
Install `@angular-package/text` package with command:
113
+
Install `@angular-package/wrapper` package with command:
115
114
116
115
```bash
117
-
npm i @angular-package/text --save
116
+
npm i @angular-package/wrapper --save
118
117
```
119
118
120
119
<br>
121
120
122
121
## Changelog
123
122
124
-
The **changelog** of this package is based on [*keep a changelog*](https://keepachangelog.com/en/1.0.0/). To read it, click on the [CHANGELOG.md](https://github.com/angular-package/text/blob/main/CHANGELOG.md) link.
123
+
The **changelog** of this package is based on [*keep a changelog*](https://keepachangelog.com/en/1.0.0/). To read it, click on the [CHANGELOG.md](https://github.com/angular-package/wrapper/blob/main/CHANGELOG.md) link.
125
124
126
125
> A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. - [*keep a changelog*](https://keepachangelog.com/en/1.0.0/)
0 commit comments