diff --git a/platform/README.md b/platform/README.md index 8bef3fc9b49c098afcca049ae23fe5fdeb9e8ea5..b3721c863f1525413badb1cd1ded0226bc65f919 100644 --- a/platform/README.md +++ b/platform/README.md @@ -54,6 +54,13 @@ ng e2e Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs. +## Angular Pug Usage Rational + +The over-verbosity of HTML causes templates to become harder to read, +espeically with the adoption of tailwind css utils. Without the need +for tags in pug, it allows programs to become more readable, cutting +redundant code. + ## Additional Resources For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.