Angular is an open source TypeScript Based Web Application Framework from Google. It is used for building client side Single page applications using Components. It lets you used Components for client side programming and HTML For rendering. People who are fresher are often confused learning Angular because it is a JavaScript framework that uses […]
Implement Server side rendering using angular universal
Angular Universal is used to render an angular application at server side.Normally Angular is a framework that is used to build Single Page Applications (SPA’s) and executes on the browser which means angular application renders on client side , not on the server side. Angular is not SEO friendly by default and You need […]