Mind mapping is a high effective way to brainstorm and organize your thoughts organically without worrying about order and structure. It presents information where the central idea is placed in the middle and associated topics are arranged around it.
Перейти к файлу
shyamg1991 2076c30cf2
Merge pull request #9 from sivaranjith-78/patch-1
913515: Update app.component.ts
2024-11-08 12:34:01 +05:30
.vscode bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
src 913515: Update app.component.ts 2024-10-10 17:45:20 +05:30
.editorconfig bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
.gitignore bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
README.md bug(EJ2-68393): Testing issues resolved 2023-01-27 11:04:47 +05:30
angular.json bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
package-lock.json bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
package.json bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
tsconfig.app.json bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
tsconfig.json bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30
tsconfig.spec.json bug(EJ2-68393): Mindmap showcase sample committed 2023-01-18 20:12:52 +05:30

README.md

Essential JS 2 for Angular - Mindmap

Mind mapping is a high effective way to brainstorm and organize your thoughts organically without worrying about order and structure. It presents information where the central idea is placed in the middle and associated topics are arranged around it.

This project was generated with Angular CLI version 15.0.5.

Deployment

Prerequisites

  • Angular CLI supported version >= 15.0.5.
  • Required node version >= 16.13.1, supported npm version will be installed along with the node version

Install

  • To install all dependent packages, use the below command.
npm install
  • If Angular CLI is not installed into your machine, please use the below command to install Angular CLI.
npm install -g @angular/cli

Run

To run the sample, use the below command

ng serve

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.