angular 18 ..1
module system:--optional
standalone component
first this was introduced in module
zoneless:--[expriemental]
zone.js:--changes detection
faster inital render and runtime
samller bundle size and faster page load
more readable
......................
app.config.ts:--
provdeExprerimentalZonlessCangeDetection(
angular.json
polyfill:--remove zoneless change
angular.dev:--official website.
angular material3:stable
lazy loading allow:deferable views
:--control flow
built in control flow
server side rendering
faster load
i18n support
improve debugging experience
angular debugger:--hydrated process
route redirects with functions:--
redirectTo:(url)=>{
}
redirect command :--authentication[gurad resolver]
ng-content[defaut content]
typescript support
forms api updates
npm --v:node version
ng v:angular version
project structure:-----
package.json:---
Comments
Post a Comment