We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b62c53 commit 120d24aCopy full SHA for 120d24a
.github/workflows/deploy-demo.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install and Build 🔧
17
run: |
18
npm install
19
- npm run build && npm run build:demo:github
+ npm run build:demo:github
20
cp dist/demo/index.html dist/demo/404.html
21
22
- name: Deploy 🚀
projects/demo/src/app/app.component.ts
@@ -1,5 +1,6 @@
1
import { Component } from '@angular/core';
2
-import { DiffStyle, DiffFormat } from 'ngx-diff2html';
+//import { DiffStyle, DiffFormat } from 'ngx-diff2html';
3
+import { DiffStyle, DiffFormat } from 'projects/ngx-diff2html/src/public-api';
4
5
@Component({
6
selector: 'app-root',
0 commit comments