[AAE-11695] move version compatibility directive and service (#8038)

* [AAE-11695] move version compatibility directive

* [AAE-11695] remove spare readme section
This commit is contained in:
Kasia Biernat
2022-12-12 11:19:31 +01:00
committed by GitHub
parent 8425831c5d
commit 5edc1186a4
24 changed files with 122 additions and 55 deletions

View File

@@ -11,7 +11,7 @@ Being a standard Angular application, the lifecycle and the tasks described for
The command to be used is the same of any Angular application
npm nstall
npm install
## Applications and distributions
@@ -86,7 +86,3 @@ In case of ADW, update the `apps/content-ee/src/app/extensions.module.ts` file a
Once built, the compiled ADF-based application is available as a collection of files directly in the `dist` folder. The promotion of the distribution of the application in a different environment can be done simply by copying the files in the target server.
Also in this case, nothing differs from a standard Angular application and the same tips and best practices can be followed.
# Conclusions
In this content you learned the most common and basic tasks for ADW and any ADF-based application.