@nx-all/nx-html-parser 0.0.9 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,7 +52,7 @@ The following HTML tags are blocked and will trigger a security validation error
52
52
  ## Installation
53
53
 
54
54
  ```bash
55
- npm install --save-dev nx-html-parser
55
+ npm i --save-dev @nx-all/nx-html-parser
56
56
 
57
57
  ## Usage
58
58
 
@@ -68,7 +68,7 @@ import { HtmlParser } from 'nx-html-parser'
68
68
  ```ts
69
69
  import { Component, inject, signal } from '@angular/core';
70
70
  import { RouterModule } from '@angular/router';
71
- import { HtmlParser } from 'nx-html-parser';
71
+ import { HtmlParser } from @nx-all/nx-html-parser
72
72
  import { SafeHtml } from '@angular/platform-browser';
73
73
 
74
74
  @Component({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx-all/nx-html-parser",
3
- "version": "0.0.9",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "main": "./fesm2022/nx-all-nx-html-parser.mjs",
6
6
  "module": "fesm2022/nx-all-nx-html-parser.mjs",