You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Graphical tool for reverse engineering of Angular projects. It allows you to nav
14
14
2. Download the latest `*.dmg` file.
15
15
3. Install the application.
16
16
17
+
The application is not signed, so you may have to explicitly allow your mac to run it in `System Preferences -> Security & Privacy -> General`.
18
+
17
19
### Linux
18
20
19
21
1. Go to the [releases page](https://github.com/mgechev/ngrev/releases).
@@ -32,7 +34,7 @@ You can add your own theme by creating a `[theme-name].theme.json` file in Elect
32
34
33
35
### Application Requirements
34
36
35
-
Your application needs to be compatible with the Angular's AoT compiler (i.e. you should be able to compile it with `ngc`).
37
+
Your application needs to be compatible with Angular Ivy compiler. `ngrev` is not tested with versions older than v11. To stay up to date check the [update guide](https://angular.io/guide/updating) on angular.io.
36
38
37
39
### Using with Angular CLI
38
40
@@ -41,13 +43,6 @@ Your application needs to be compatible with the Angular's AoT compiler (i.e. yo
41
43
3. Open `ngrev`.
42
44
4. Click on `Select Project` and select `[YOUR_CLI_APP]/src/tsconfig.app.json`.
43
45
44
-
### Using with Angular Seed
45
-
46
-
1. Open the Angular's application directory.
47
-
2. Make sure the dependencies are installed.
48
-
3. Open `ngrev`.
49
-
4. Click on `Select Project` and select `[YOUR_CLI_APP]/src/client/tsconfig.json`.
0 commit comments