Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This app can determine the different content for the given 'Original Text' and '

# Technology

* Node Version: v20.19.5
* Frontend Framework: Angular
* Styling: bootstrap
* Text Editor: ngx-monaco-editor-v2
Expand All @@ -26,6 +27,13 @@ Three available demos:

*Note: The demo websites may be slow when you access them for the first time. Be patient!*

## Cloud Services

- https://app.netlify.com/
- https://dashboard.render.com/
- https://portal.azure.com/
- https://dev.azure.com/

# Setup Locally
```bash
git clone https://github.com/jojozhuang/text-compare-angular.git
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Node.js with Angular - staged pipeline (best-practice: npm ci per stage + npm cache)
# https://dev.azure.com/jojozhuang0911/portfolios/_build?definitionId=1
trigger:
- main

Expand Down