borakasmer/MultiLanguageDBSupportAngular9
In this example we try to implement multi-language support on existing applications with taking data from the database. In Angular 9, everything is a component. So, you have to change all your components as a parametric(child component). Sometimes, you have to convert some Html-Elements to parametric components(child components) too.
TypeScript
No issues in this repository yet.