File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/OpenSign/src/components/pdf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ export function App() {
50
50
id : 0 ,
51
51
title : "Installation" ,
52
52
codeString : `
53
- npm install opensign-angular`
53
+ npm install opensign-angular-lib `
54
54
} ,
55
55
{
56
56
id : 1 ,
57
57
title : "Usage" ,
58
58
codeString : `
59
59
import { Component } from '@angular/core';
60
- import {OpensignComponent} from "opensign-angular"
60
+ import {OpensignComponent} from "opensign-angular-lib "
61
61
62
62
@Component({
63
63
selector:'app-root',
@@ -246,7 +246,7 @@ export class AppComponent{
246
246
{ " " }
247
247
{ t ( "public-template-mssg-4" ) }
248
248
< a
249
- href = "https://www.npmjs.com/package/opensign-angular"
249
+ href = "https://www.npmjs.com/package/opensign-angular-lib "
250
250
target = "_blank"
251
251
rel = "noreferrer"
252
252
className = "cursor-pointer text-blue-700 "
You can’t perform that action at this time.
0 commit comments