{"id":3844,"date":"2018-12-14T14:41:41","date_gmt":"2018-12-14T14:41:41","guid":{"rendered":"https:\/\/ahex.wpenginepowered.com\/?p=3844"},"modified":"2023-10-23T14:30:22","modified_gmt":"2023-10-23T09:00:22","slug":"angular-7-new-features","status":"publish","type":"post","link":"https:\/\/ahex.co\/angular-7-new-features\/","title":{"rendered":"Angular 7 New Features"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-angular-7-a-new-era-of-framework\"><b>Angular 7, a new era of framework<\/b><\/h2>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">Google released the next version of javascript popular framework, <a href=\"https:\/\/ahex.co\/angular-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">angular<\/a> 7 which already arrived with many changes, significant updates &amp; many new features.There are some very interesting new tooling changes as well as some great features to improve performance.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-angular-7-nbsp-new-features\"><b>Angular 7&nbsp; new features<\/b><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cli-prompts\"><b>CLI Prompts<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">The Angular team has consistently focused on improving the tools available to developers and the new CLI prompts are no different. <\/span><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">Usually when we run commands like ng new or ng add, it&#8217;s a single pass.If we forget to include routing then by skipping the installation just run ng new \u201cmyNewApp\u201d then a prompt will be generated for adding route.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">If we want to add different stylesheet format then CLI will offer to select between CSS,SCSS,SASS,LESS and more.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">The great features is that it is customizable just add schematic.json using this we can tell CLI which prompt to execute.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-application-performance\"><b>Application performance<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">Angular 7 is even faster than previous versions. The upgrade is faster (less than 10 minutes for many apps according to the official announcement), the framework is faster, the virtual scrolling CDK module detailed above makes apps run with better performance.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">Here is where things get interesting: Angular is not only dedicated to making the framework as small as possible, it&#8217;s also dedicated to making your apps as small as possible. They&#8217;ve corrected a common production mistake where the reflect-metadata polyfill is included in production. V7 automatically removes it.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">New projects are also now defaulted using Budget Bundles which work to notify you when your app is reaching size limits. By default, you get warnings when you reach 2MB and errors at 5MB. <\/span><\/p>\n\n\n\n<p class=\"has-text-align-left\"><span style=\"font-weight: 400;\">And when you need a little more space, just jump in your angular.json file &nbsp;and adjust as necessary.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-left\"><b>&#8220;budgets&#8221;: [{<\/b><b><br><\/b><b> &nbsp;&#8220;type&#8221;: &#8220;initial&#8221;,<\/b><b><br><\/b><b> &nbsp;&#8220;maximumWarning&#8221;: &#8220;2mb&#8221;,<\/b><b><br><\/b><b> &nbsp;&#8220;maximumError&#8221;: &#8220;5mb&#8221;<\/b><b><br><\/b><b>}]<\/b><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-virtual-scrolling\"><b>Virtual Scrolling<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">As many mobile frameworks have started to make the move toward dynamically loading data such as images or long lists, Angular has followed suit by adding the ScrollingModule to allow for virtual scrolling. As elements gain or lose visibility, they are virtually loaded and unloaded from the DOM. Performance is greatly increased to the user&#8217;s eyes. Next time you have a potentially large list of items for your users to scroll, stick it in a cdk-virtual-scroll-viewport component and take advantage of the performance boost!<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-drag-amp-drop-functionality\"><b>Drag &amp; Drop Functionality<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">Now you can remain entirely within the Angular Material module and implement drag and drop support including reordering lists and transferring items between lists. The CDK includes automatic rendering, drag handlers, drop handlers and even the ability to transfer data. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-dependency-updates-in-angular-7\"><b>Dependency Updates In Angular 7<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><b>TypeScript 3.1 support<\/b><b><br><\/b><span style=\"font-weight: 400;\">Angular 7 have updated TypeScript version from 2.7 to 3.1 which is it&#8217;s the latest release. It&#8217;s compulsory to use TypeScript latest version while working with Angular 7. Usually Angular lags a few releases behind, so they have done that to match latest TypeScript version for once.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><b>RxJS 6.3<\/b><b><br><\/b><span style=\"font-weight: 400;\">The latest version of RxJs(version 6.3.3) is added in Angular 7 with it new exciting additions and changes. These changes provide developers a boost in performance and easier to debug call stacks and improvement in modularity also making it as backward compatible as possible.<\/span><\/p>\n\n\n\n<p class=\"has-text-align-left\"><b>Added Support for Node v10<\/b><b><br><\/b><span style=\"font-weight: 400;\">Team Angular 7 now support the Node V10 with backward compatibility as well.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-update-to-angular-7\"><b>How to update to Angular 7<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-left\"><span style=\"font-weight: 400;\">To update latest version of CLI &amp; Material, simply run the single command:<\/span><\/p>\n\n\n\n<p class=\"has-text-align-left\"><span style=\"font-weight: 400;\">ng update @angular\/cli @angular\/core<\/span><\/p>\n\n\n\n<p class=\"has-text-align-left\"><span style=\"font-weight: 400;\">If you are using angular material, just follow with this command:<\/span><\/p>\n\n\n\n<p class=\"has-text-align-left\"><span style=\"font-weight: 400;\">ng update @angular\/material<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-conclusion\"><b>Conclusion<\/b><\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><span style=\"font-weight: 400;\">Summing up all the above features, Angular v7 looks like a much more accessible solution focused on the modern technological trends added features like bitcoin mining, Virtual scrolling, drag-drop, Angular material and many more, still no word on Ivy in a current version. Angular Team has done some great job for making Angular better. If you are planning on implementing your own solution based on the web &amp; mobile technologies, make sure to consider Angular 7 as the efficient, up-to-date development framework.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Angular 7, a new era of framework Google released the next version of javascript popular framework, angular 7 which already arrived with many changes, significant updates &amp; many new features.There are some very interesting new tooling changes as well as some great features to improve performance. Angular 7&nbsp; new features CLI Prompts The Angular team&#8230;<\/p>\n","protected":false},"author":2,"featured_media":47064,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[178,336],"tags":[264,82,265,266,83,267,268,269,86,64,270,271,84,272,85,273,274,65,275,276,66,277,91,69,70,156],"class_list":["post-3844","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-angular","category-javascript","tag-ahex-technologies-developer","tag-angular-2020-features","tag-angular-7-developer","tag-angular-7-features","tag-angular-7-framework","tag-angular-7-new-features","tag-angular-7-new-features-errors","tag-angular-7-new-features-latest","tag-angularapp-development","tag-angular-development-company","tag-angular-features","tag-angular-js-features","tag-angular-new-features","tag-anjular-top-developer","tag-angular8-features","tag-anjular-updates","tag-application-performance","tag-custom-software-development-company","tag-dependency-updates-in-angular-7","tag-developer-in-software","tag-ecommerce-development","tag-latest-angular-7-new-features","tag-mobile-app-development-company","tag-mobile-app-development-hyderabad","tag-php-laravel-development-company","tag-software-development-company"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Angular 7 | New Features and Updates - Ahex<\/title>\n<meta name=\"description\" content=\"Learn about the new features of Angular 7, including the new core framework, the platform-server, the router, and more. Get the latest updates with Ahex.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ahex.co\/angular-7-new-features\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Angular 7 New Features\" \/>\n<meta property=\"og:description\" content=\"Learn about the new features of Angular 7, including the new core framework, the platform-server, the router, and more. Get the latest updates with Ahex.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ahex.co\/angular-7-new-features\/\" \/>\n<meta property=\"og:site_name\" content=\"Welcome to Ahex Technologies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AhexTechnologies\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-14T14:41:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-23T09:00:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1135\" \/>\n\t<meta property=\"og:image:height\" content=\"553\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ajay hooda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ahextechnology\" \/>\n<meta name=\"twitter:site\" content=\"@ahextechnology\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ajay hooda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/\"},\"author\":{\"name\":\"ajay hooda\",\"@id\":\"https:\\\/\\\/ahex.co\\\/#\\\/schema\\\/person\\\/3675bf5225466f38921a002169d7c9fe\"},\"headline\":\"Angular 7 New Features\",\"datePublished\":\"2018-12-14T14:41:41+00:00\",\"dateModified\":\"2023-10-23T09:00:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/\"},\"wordCount\":678,\"publisher\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/ahex.co\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1\",\"keywords\":[\"Ahex Technologies Developer\",\"Angular 2020 Features\",\"Angular 7 Developer\",\"Angular 7 Features\",\"Angular 7 framework\",\"Angular 7 New Features\",\"Angular 7 New Features errors\",\"Angular 7 New Features latest\",\"Angular app development\",\"angular development company\",\"Angular Features\",\"Angular js Features\",\"Angular New Features\",\"angular Top Developer\",\"Angular8 Features\",\"anjular updates\",\"Application performance\",\"custom software development company\",\"Dependency Updates In Angular 7\",\"Developer in software\",\"Ecommerce development\",\"latest Angular 7 New Features\",\"mobile app development company\",\"mobile app development Hyderabad\",\"PHP Laravel Development company\",\"software development company\"],\"articleSection\":[\"Angular\",\"Javascript\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/\",\"url\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/\",\"name\":\"Angular 7 | New Features and Updates - Ahex\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/ahex.co\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1\",\"datePublished\":\"2018-12-14T14:41:41+00:00\",\"dateModified\":\"2023-10-23T09:00:22+00:00\",\"description\":\"Learn about the new features of Angular 7, including the new core framework, the platform-server, the router, and more. Get the latest updates with Ahex.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/ahex.co\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/ahex.co\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1\",\"width\":1135,\"height\":553,\"caption\":\"Angular 7 New Features\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ahex.co\\\/angular-7-new-features\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ahex.co\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Angular 7 New Features\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ahex.co\\\/#website\",\"url\":\"https:\\\/\\\/ahex.co\\\/\",\"name\":\"Welcome to Ahex Technologies\",\"description\":\"Ahex Technologies focuses on offshore outsourcing, by providing innovative and quality services and value creation for our clients.\",\"publisher\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ahex.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ahex.co\\\/#organization\",\"name\":\"Ahex Technologies\",\"alternateName\":\"Ahex Technologies Private Limited\",\"url\":\"https:\\\/\\\/ahex.co\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ahex.co\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/ahex.co\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/Main-logo-ahex-dark.png?fit=933%2C287&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/ahex.co\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/Main-logo-ahex-dark.png?fit=933%2C287&ssl=1\",\"width\":933,\"height\":287,\"caption\":\"Ahex Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/ahex.co\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/AhexTechnologies\\\/\",\"https:\\\/\\\/x.com\\\/ahextechnology\",\"https:\\\/\\\/in.linkedin.com\\\/company\\\/ahex-technologies\"],\"description\":\"Ahex Technologies is a global IT services and software development company founded in 2009. We deliver end-to-end solutions including web and mobile app development, AI and machine learning, ERP consulting, data visualization, and testing services to clients across multiple industries.\",\"email\":\"sales@ahex.co.in\",\"telephone\":\"+91-8885564224\",\"legalName\":\"Ahex Technologies Private Limited\",\"foundingDate\":\"2009-07-17\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ahex.co\\\/#\\\/schema\\\/person\\\/3675bf5225466f38921a002169d7c9fe\",\"name\":\"ajay hooda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e7deb29ac69447c77fa82804eb17d34a4c446849c4509cddeea1ac3ade16386?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e7deb29ac69447c77fa82804eb17d34a4c446849c4509cddeea1ac3ade16386?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e7deb29ac69447c77fa82804eb17d34a4c446849c4509cddeea1ac3ade16386?s=96&d=mm&r=g\",\"caption\":\"ajay hooda\"},\"sameAs\":[\"https:\\\/\\\/ahex.co\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Angular 7 | New Features and Updates - Ahex","description":"Learn about the new features of Angular 7, including the new core framework, the platform-server, the router, and more. Get the latest updates with Ahex.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ahex.co\/angular-7-new-features\/","og_locale":"en_US","og_type":"article","og_title":"Angular 7 New Features","og_description":"Learn about the new features of Angular 7, including the new core framework, the platform-server, the router, and more. Get the latest updates with Ahex.","og_url":"https:\/\/ahex.co\/angular-7-new-features\/","og_site_name":"Welcome to Ahex Technologies","article_publisher":"https:\/\/www.facebook.com\/AhexTechnologies\/","article_published_time":"2018-12-14T14:41:41+00:00","article_modified_time":"2023-10-23T09:00:22+00:00","og_image":[{"width":1135,"height":553,"url":"https:\/\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png","type":"image\/png"}],"author":"ajay hooda","twitter_card":"summary_large_image","twitter_creator":"@ahextechnology","twitter_site":"@ahextechnology","twitter_misc":{"Written by":"ajay hooda","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/ahex.co\/angular-7-new-features\/#article","isPartOf":{"@id":"https:\/\/ahex.co\/angular-7-new-features\/"},"author":{"name":"ajay hooda","@id":"https:\/\/ahex.co\/#\/schema\/person\/3675bf5225466f38921a002169d7c9fe"},"headline":"Angular 7 New Features","datePublished":"2018-12-14T14:41:41+00:00","dateModified":"2023-10-23T09:00:22+00:00","mainEntityOfPage":{"@id":"https:\/\/ahex.co\/angular-7-new-features\/"},"wordCount":678,"publisher":{"@id":"https:\/\/ahex.co\/#organization"},"image":{"@id":"https:\/\/ahex.co\/angular-7-new-features\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1","keywords":["Ahex Technologies Developer","Angular 2020 Features","Angular 7 Developer","Angular 7 Features","Angular 7 framework","Angular 7 New Features","Angular 7 New Features errors","Angular 7 New Features latest","Angular app development","angular development company","Angular Features","Angular js Features","Angular New Features","angular Top Developer","Angular8 Features","anjular updates","Application performance","custom software development company","Dependency Updates In Angular 7","Developer in software","Ecommerce development","latest Angular 7 New Features","mobile app development company","mobile app development Hyderabad","PHP Laravel Development company","software development company"],"articleSection":["Angular","Javascript"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ahex.co\/angular-7-new-features\/","url":"https:\/\/ahex.co\/angular-7-new-features\/","name":"Angular 7 | New Features and Updates - Ahex","isPartOf":{"@id":"https:\/\/ahex.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ahex.co\/angular-7-new-features\/#primaryimage"},"image":{"@id":"https:\/\/ahex.co\/angular-7-new-features\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1","datePublished":"2018-12-14T14:41:41+00:00","dateModified":"2023-10-23T09:00:22+00:00","description":"Learn about the new features of Angular 7, including the new core framework, the platform-server, the router, and more. Get the latest updates with Ahex.","breadcrumb":{"@id":"https:\/\/ahex.co\/angular-7-new-features\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ahex.co\/angular-7-new-features\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ahex.co\/angular-7-new-features\/#primaryimage","url":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1","contentUrl":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1","width":1135,"height":553,"caption":"Angular 7 New Features"},{"@type":"BreadcrumbList","@id":"https:\/\/ahex.co\/angular-7-new-features\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ahex.co\/"},{"@type":"ListItem","position":2,"name":"Angular 7 New Features"}]},{"@type":"WebSite","@id":"https:\/\/ahex.co\/#website","url":"https:\/\/ahex.co\/","name":"Welcome to Ahex Technologies","description":"Ahex Technologies focuses on offshore outsourcing, by providing innovative and quality services and value creation for our clients.","publisher":{"@id":"https:\/\/ahex.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ahex.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ahex.co\/#organization","name":"Ahex Technologies","alternateName":"Ahex Technologies Private Limited","url":"https:\/\/ahex.co\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ahex.co\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2022\/09\/Main-logo-ahex-dark.png?fit=933%2C287&ssl=1","contentUrl":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2022\/09\/Main-logo-ahex-dark.png?fit=933%2C287&ssl=1","width":933,"height":287,"caption":"Ahex Technologies"},"image":{"@id":"https:\/\/ahex.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AhexTechnologies\/","https:\/\/x.com\/ahextechnology","https:\/\/in.linkedin.com\/company\/ahex-technologies"],"description":"Ahex Technologies is a global IT services and software development company founded in 2009. We deliver end-to-end solutions including web and mobile app development, AI and machine learning, ERP consulting, data visualization, and testing services to clients across multiple industries.","email":"sales@ahex.co.in","telephone":"+91-8885564224","legalName":"Ahex Technologies Private Limited","foundingDate":"2009-07-17","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"51","maxValue":"200"}},{"@type":"Person","@id":"https:\/\/ahex.co\/#\/schema\/person\/3675bf5225466f38921a002169d7c9fe","name":"ajay hooda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e7deb29ac69447c77fa82804eb17d34a4c446849c4509cddeea1ac3ade16386?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e7deb29ac69447c77fa82804eb17d34a4c446849c4509cddeea1ac3ade16386?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e7deb29ac69447c77fa82804eb17d34a4c446849c4509cddeea1ac3ade16386?s=96&d=mm&r=g","caption":"ajay hooda"},"sameAs":["https:\/\/ahex.co\/"]}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/ahex.co\/wp-content\/uploads\/2018\/12\/Angular-7-New-Features.png?fit=1135%2C553&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/posts\/3844","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/comments?post=3844"}],"version-history":[{"count":0,"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/posts\/3844\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/media\/47064"}],"wp:attachment":[{"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/media?parent=3844"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/categories?post=3844"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ahex.co\/wp-json\/wp\/v2\/tags?post=3844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}