All necessary changes that have to be made if projects are to be changed.
- remove status badge for david.dm from readme
- not documented
- 🎉 nothing todo
- update the projects
swaaplate.jsonfile described in Changelog 2.0.0
- 🎉 nothing todo
- update the projects
swaaplate.jsonfile described in Changelog 1.1.0 - add the package manager to your
angular.jsonon root like this:
"cli": {
"packageManager": "yarn"
},- update the projects angular component html files like this:
From:
<div fxLayout="row">
<div fxFlex="20%"></div>
<div fxFlex>
...
</div>
<div fxFlex="20%"></div>
</div>To:
<div fxLayout="row" fxLayoutAlign="center">
<div fxFlex="60">
...
</div>
</div>