Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
liyokuna committed Apr 26, 2020
1 parent 4ecfbb3 commit 1e776da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ <h2>Installation</h2>
<code>npm install cookie-service</code>
</p>
<p>After installing, you need to import the main module:
<code>import {{ '{' }} CookieServiceModule {{ '}' }} from 'cookie-service';</code>
<code>import {{ '{' }} CookieServiceModule {{ '}' }} from 'cookie-service-banner';</code>
</p>
<p>The full configuration:</p>
<code>
import {{ '{' }} CookieServiceModule, CookieConfig {{ '}' }} from 'cookie-service';<br>
import {{ '{' }} CookieServiceModule, CookieConfig {{ '}' }} from 'cookie-service-banner';<br>

const testLibConfig: CookieConfig = {{ '{' }}<br>
header: {{ '{' }}<br>
Expand All @@ -55,7 +55,7 @@ <h2>Installation</h2>
color: '#fff',<br>
bcolor: '#266433'<br>
{{ '}' }},<br>
allowtButton: {{ '{' }}<br>
allowButton: {{ '{' }}<br>
enable: true,<br>
allow: "Allow Cookie",<br>
color: '#000',<br>
Expand Down

0 comments on commit 1e776da

Please sign in to comment.