From 5153ea3d57e45e404d09c8c4c913541998d7f0c7 Mon Sep 17 00:00:00 2001 From: Pascal Grimaud Date: Sun, 24 Apr 2022 18:23:20 +0200 Subject: [PATCH] Angular: add README [ci skip] --- .../lite/generator/client/angular/core/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/java/tech/jhipster/lite/generator/client/angular/core/README.md diff --git a/src/main/java/tech/jhipster/lite/generator/client/angular/core/README.md b/src/main/java/tech/jhipster/lite/generator/client/angular/core/README.md new file mode 100644 index 00000000000..2d06ab53403 --- /dev/null +++ b/src/main/java/tech/jhipster/lite/generator/client/angular/core/README.md @@ -0,0 +1,14 @@ +# Angular + +## Description + +This context is used to add Angular to the project: + +- Angular dependencies +- Login page using JWT authentication + +Note: this part is splitted into package by features and not in the respect of Hexagonal Architecture. + +## Maintainers + +- [Quentin Monmert](https://github.com/qmonmert)