• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

9 Angular courses delivered Live Online

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Mastering Angular (TT4168)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript. This is an intermediate level web development class, designed for experienced web developers, new to Angular, that need to further extend their skills in modern web development. Overview At the end of this five-day course, students will have an application up and running that incorporates components, directives, custom pipes, reactive forms, routes, services, unit testing, and the REST API. They will add authentication, implement the Material library, and learn how to maintain state with NgRX. They will then take a deeper dive including making their own custom directives, lazy loading modules, and E2E testing. They will learn how to enhance their application with animations and create their own Angular library. Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will learn explore: What Angular is and why should you use it How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages What TypeScript is, why it is useful, and how to use it with Angular How to facilitate development and deployment using Angular CLI How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces How Routers can support navigation within a Single Page Application What the best practices are for using Angular so that it works unobtrusively and performs well How to use Angular with HTTP to support JSON, REST, and other services Working with the Ahead of Time compiler including its impact of developers and the development process How to defend against DOM-based XSS How to manage routing decisions based on pre-defined criteria such as a successful authentication How to meet huge data requirements by processing asynchronous data streams with RxJS Simplify server-side rendering How to facilitate unit testing Enhance an Angular user interface with animations and other advanced features Optimize Angular applications with various tools and techniques Maintain state within an Angular application What Angular 9 brings to the table and its relationship to Angular 8 Mastering Angular is a five-day, hands-on course that thoroughly explores the latest Angular features and advances, demonstrating how to solve the traditional challenges of JavaScript web application development. Throughout the course students will build custom components using application routes, form validation, and unit-testing. The course starts with an introduction of Angular CLI and TypeScript, and then delves into component-driven development with Angular components, covering data-binding, directives, services, routing, HTTP, the RxJS library, forms unit testing, and REST. Students will also learn how to add authentication, use the Material library, learn the NgRX design pattern to implement the NgRX store, make custom directives, enhance their application with animations, write an E2E test, and increase their application's efficiency by lazy loading modules and creating their own Angular library ANGULAR OVERVIEW * Overview of Angular Architecture GETTING STARTED WITH ANGULAR * Getting Started with TypeScript * Bootstrapping with Angular CLI * Angular Project Structure WORKING WITH ANGULAR * Components and Events * Third Party Libraries * Dynamic Views * Pipes ANGULAR FORMS * Forms and the Forms API SINGLE PAGE APPLICATIONS AND ROUTES * Single Page Applications * Services and Dependency Injection * Modules USING RESTFUL SERVICES * Overview of REST * Angular and REST ANGULAR BEST PRACTICES * Angular Style Guide * What is New in Angular 9 REACTIVE PROGRAMMING IN ANGULAR * Working with RxJS SECURITY AND AUTHENTICATION * DomSanitizer * JSON Web Tokens * Route Guards ENHANCING THE ANGULAR APP * Angular Animations * Angular Material * Angular Elements DEEP DIVE INTO ANGULAR * Testing and Angular * Deep Dive into Components and Directives * Deep Dive into Services and Dependency Injection OPTIMIZING FOR THE ENTERPRISE * Lazy Loading * Optimizing with Universal * Creating Your Own Angular Library MAINTAIN STATE WITH NGRX * NgRX Store * Lesson: ES6+ * Sass and SCSS for Angular and Material

Mastering Angular (TT4168)
Delivered on-request, onlineDelivered Online
Price on Enquiry

MongoDB, Express, Angular and Node.js Fundamentals

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is ideal for beginners and intermediate frontend developers who want to become full-stack developers. You will need some prior working knowledge of JavaScript and MongoDB as we skim over its basics and get straight to work. Overview At the end of this day, students should be able to: Understand the MEAN architecture Create RESTful APIs to complete CRUD tasks Build a blogging application with basic features Describe best practices to secure node applications Implement authentication and authorization Create simple animations using Angular Perform unit testing on Angular applications MongoDB, Express, Angular and Node.js Fundamentals begins by demystifying the MEAN architecture. You will review the features of the JavaScript technologies, frameworks, or libraries that make up a MEAN stack. You will also understand how to develop a RESTful API using Node.js, Express.js, and MongoDB Atlas. This course will enable you to discover how to build a blogging application using the MEAN stack. Next, you will learn about authentication using MEAN, and explore the features of Angular, such as pipes, reactive forms, modules and optimizing apps, animations and unit testing, and much more. By the end of the course, you will have all of the knowledge you need to become a pro at developing efficient web applications using JavaScript technologies. INTRODUCTION TO THE MEAN STACK * MEAN Architecture Demystification * Getting Started with Node * Activity 1: Creating an HTTP Server for a Blogging Application Understanding Callbacks, Event loop and EventEmitters in Node * Understanding Buffers, Streams and Filesystem in Node * Activity 2: Streaming Data to a File DEVELOPING RESTFUL APIS TO PERFORM CRUD OPERATIONS * Getting Started with RESTful APIs * Getting started with MongoDB Atlas * Activity 3: Connecting the Node Application with MongoDB Atlas * Getting Started with Express * Activity 4: Creating Express API Route and Controller * Activity 5: Testing Fully Functional RESTful API BEGINNING FRONTEND DEVELOPMENT WITH ANGULAR CLI * Getting Started with Angular CLI * Using Components, Directives, Services, and Making HTTP Requests in Angular * Activity 6: Designing the Frontend and Components for the Blogging Application * Activity 7: Writing Services and Making HTTP Request Calls to an API * Understanding Angular Forms and Routing * Activity 8: Creating a Form Application Using the Reactive/Model-Driven Method * Activity 9: Creating and Validating Different Forms Using the Template and Reactive Driven Method * Activity 10: Implementing a Router for the Blogging Application UNDERSTANDING MEAN STACK SECURITY * Node Security and Best Practices * Node Application Authentication with JSON Web Token (JWT) * Activity 11: Securing the RESTful API * Node Application Authentication with Passport * Activity 12: Creating a Login Page to Allow Authentication with Twitter Using Passport Strategies ANGULAR DECLARABLES, BOOTSTRAPPING, AND MODULARITY * Using Inbuilt Pipes, Custom Pipes, Custom Directives, and Observables * Activity 13: Communicating Between Two Components Using Observable Angular * Bootstrapping and Modularity * Activity 14: Creating a Lazy Loaded Application TESTING AND OPTIMIZING ANGULAR APPLICATIONS * Angular Animations and Latest Angular Features * Activity 15: Animating the Route Transition Between the Blog Post Page and View Post Page of the Blogging Application * Optimizing Angular Applications * Testing Angular Applications * Activity 16: Performing Unit Testing on the App Root Component and Blog-Post Component * Overview on the new features in Angular

MongoDB, Express, Angular and Node.js Fundamentals
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to Angular (TT4165)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript. This is an introductory level Angular development course but an intermediate level web development class, designed for experienced web developers that need to further extend their skills in web development Overview Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will learn to: What Angular is and why should you use it How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages What TypeScript is, why it is useful, and how to use it with Angular How to facilitate development and deployment using Angular CLI How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces How Routers can support navigation within a Single Page Application What the best practices are for using Angular so that it works unobtrusively and performs well How to use Angular with HTTP to support JSON, REST, and other services Best practices for Angular so that it works unobtrusively and performs well Angular is one of the most popular JavaScript frameworks for creating web and native mobile applications. This introductory course thoroughly explores the latest Angular features and advances, demonstrating how to solve the traditional challenges of JavaScript web application development. You will build custom components, using application routes, form validation, and unit-testing and delve into component-driven development with Angular components. ANGULAR OVERVIEW * Overview of Angular Architecture GETTING STARTED WITH ANGULAR * Getting Started with TypeScript * Bootstrapping with Angular CLI * Angular Project Structure UNIT TESTING WITH ANGULAR * Testing and Angular WORKING WITH ANGULAR * Components and Events * Third Party Libraries * Dynamic Views * Pipes * ANGULAR FORMS * Forms and the Forms API SINGLE PAGE APPLICATIONS AND ROUTES * Single Page Applications * Services and Dependency Injection * Modules USING RESTFUL SERVICES * Overview of REST * Angular and REST ANGULAR BEST PRACTICES * Angular Style Guide * What is New in Angular 9 * Additional Topics (Time Permitting) * Lesson: ES6+ * Sass and SCSS for Angular and Material

Introduction to Angular (TT4165)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Building Web Applications With TypeScript, Angular, and React

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is for web developers who are well-versed in JavaScript and want to take their TypeScript knowledge to the next level. No prior TypeScript knowledge is required. Overview By completing this course, you will be able to build interesting TypeScript projects. This course will take your current TypeScript knowledge to the next level. Here are the important topics that this course will cover: - Learn the fundamentals of TypeScript - Build a weather forecast widget with Angular - Create building a note-taking client/server application using Angular, Node.js, and MongoDB - Create a real-time chat application with React In this course, you will begin by learning the fundamentals of TypeScript and then move toward advanced concepts. Then, learn how TypeScript relates to JavaScript that you may have written before. and understand the benefits of TypeScript and how it can help you avoid software defects. You will also learn to use type guards, check null and undefined, create tagged union types, and compare the performance of algorithms. Additionally, you will use TypeScript to build a weather forecast widget with Angular and then progress by building a note-taking client/server application using Angular, Node.js, and MongoDB, and finally create a real-time chat application with React. TYPESCRIPT FUNDAMENTALS * Introduction to TypeScript * Type Checking * Advanced Type Analysis Features * Comparing Performance of Algorithms BUILDING A WEATHER FORECAST WIDGET WITH ANGULAR 4 * Using Modules * Creating the First Component * Using the Component in Other Components * Using the Main Component NOTE-TAKING CLIENT/SERVER APP * Setting up the Server * Integrating with MongoDB * Creating the Client Side with Angular REAL-TIME CHAT * Setting up the Project * Writing the Server * Creating the Chat Room ADDITIONAL COURSE DETAILS: Nexus Humans Building Web Applications With TypeScript, Angular, and React training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Building Web Applications With TypeScript, Angular, and React course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Building Web Applications With TypeScript, Angular, and React
Delivered on-request, onlineDelivered Online
Price on Enquiry

Personalized AutoCAD Training for Interior Designers: Live Online and One-to-One

By Real Animation Works

Autocad face to face training customised and bespoke. In-person

Personalized AutoCAD Training for Interior Designers: Live Online and One-to-One
Delivered in-person, on-request, onlineDelivered Online & In-Person in London
£580

AUTOCAD Training for Both MAC and PC Users

By Real Animation Works

Face to Face Training Customised and Bespoke.

AUTOCAD Training for Both MAC and PC Users
Delivered in-person, on-request, onlineDelivered Online & In-Person in London
£240

Introduction to HTML5. CSS3 and JavaScript (TT4003)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory level course, designed for web developers that need to upgrade core skills leveraging modern scripting and web development languages and standards. This course provides an excellent foundation for continued learning to gain in-demand skills in in-demand skills and technologies such as Angular, React, NodeJS, JQuery and more. This course can also be tuned for non-developers. Please inquire for details. Overview This 'skills-focused' course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our instructors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working within in a hands-on learning environment guided by our expert team, attendees will explore: HTML5: How to effectively meet requirements using the full range of HTML5 semantic and structural elements To work with technologies such as web storage, application caching, and cross-domain messaging to improve performance and the user experience CSS: What features CSS3 supports and how they can be effectively used with HTML5 and other technologies To adapt to varying degrees of browser support for HTML5 and CSS3 JavaScript: What JavaScript is, how it relates to other programming languages, and how to script your web pages with it To traverse and manipulate the DOM and handle events in ways that work in all browsers To work with closures and prototypes and other exotic features of JavaScript Debugging What is needed to effectively debug these web technologies How to use both browser-based and proxy-based debuggers and tools Introduction to HTML5, CSS3 & JavaScript is geared for developers who need to understand the latest web technologies and responsive design practices central to targeting the entire spectrum of user platforms and browsers. This jumpstart style course provides a balanced mixture of theory and practical labs designed to take students through HTML5, CSS3 and JavaScript. Students who attend this course will leave this course armed with the new skills to begin to design, implement, and deploy robust, flexible, and safe web applications HTML REFRESHER * HTML Review * Introduction to HTML5 INTRODUCTION TO CSS * CSS Basics * CSS3 Overview * CSS3 Advanced Selectors * CSS3 Visual Effects INTRODUCTION TO JAVASCRIPT * JavaScript Basics * Debugging Tools * JavaScript Functions * JavaScript Arrays, Math and Date * JavaScript Event Handling and the DOM * Object-Oriented JavaScript

Introduction to HTML5. CSS3 and JavaScript (TT4003)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to JavaScript | Modern JavaScript Essentials (TT4110)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory level course for experienced software developers seeking to enhance and extend their core web development skillset leveraging JavaScript. Attendees should have practical experience developing basic software applications. This course provides an excellent foundation for continued learning to gain in-demand skills in in-demand skills and technologies such as NodeJS, Angular, React, Redux and more. This course can also be tailored for less experienced or non-developers as needed. Please inquire for details. Overview Throughout this course, students will explore the practical use of the umbrella of technologies that work in conjunction with JavaScript as well as some of the tools, toolkits, and frameworks that can be used in conjunction with web development and deployment. The course thoroughly explores JavaScript and how it is used within the context of web applications, walking students through the different technologies that are used with JavaScript and exploring core aspects of JavaScript in terms of web applications, security, tools, and frameworks. This skills-focused course is approximately 50% hands-on lab to lecture ratio. Our instructors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working within in a hands-on learning environment guided by our expert team, attendees will learn to: Understand what JavaScript is and how it is used within the context of web applications Work with the different technologies that are the foundation for web applications. Understand and work with the fundamental aspects of JavaScript in terms of web applications, security, tools, and frameworks Learn to how to effectively work with the newest advances in JavaScript such as ES6 and TypeScript Develop code using conventions and optimal constructs for performance Introduction to JavaScript | Modern JavaScript Essentials is a hands-on geared for web developers who need to learn basic JavaScript to use with today's systems and architectures to build sophisticated web interfaces. The training will guide students through a balanced mixture of theory and practical labs to gain core JavaScript development skills and have them explore its related technologies through to the use of tools and libraries to ease the development of advanced web applications. Course attendees will be able to hit the ground running right after class, applying essential JavaScript to projects at both an architectural as well as a line by line coding level. HTML REFRESHER (OPTIONAL) * HTMLÿ * HTML5 CSS REFRESHER (OPTIONAL) * CSSÿ * CSS3 Overview INTRODUCTION TO JAVASCRIPT * JavaScript Basics * Debugging Tools * JavaScript Functions * JavaScript Arrays, Math and Date * JavaScript Event Handling and the DOM * Object-Oriented JavaScript ADVANCED JAVASCRIPT TOPICS * The Next Step * TypeScript * Introduction to JSON and Ajax * JavaScript Best Practices * JavaScript Scheduling, Execution, and Security * HTML5 JavaScript API WORKING WITH XML (OPTIONAL) * XML DOM Mechanics * XSLT Applied ADDITIONAL COURSE DETAILS: Nexus Humans Introduction to JavaScript | Modern JavaScript Essentials (TT4110) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to JavaScript | Modern JavaScript Essentials (TT4110) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to JavaScript | Modern JavaScript Essentials (TT4110)
Delivered on-request, onlineDelivered Online
Price on Enquiry

AutoCAD Level 1 - Essentials

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Professionals who want unparalleled creative freedom, productivity, and precision for producing superb 3D modeling. Overview Navigate the AutoCAD user interfacesUse the fundamental features of AutoCADUse the precision drafting tools in AutoCAD to develop accurate technical drawingsPresent drawings in a detailed and visually impressive way In this course, you will learn to navigate the AutoCAD user interfaces and use the fundamental features of AutoCAD. You will learn to use the precision drafting tools in AutoCAD to develop accurate technical drawings. GETTING STARTED WITH AUTOCAD * Starting the Software * User Interface * Working with Commands * Cartesian Workspace * Opening an Existing Drawing File * Viewing Your Drawing * Saving Your Work BASIC DRAWING & EDITING COMMANDS * Drawing Lines * Erasing Objects * Drawing Lines with Polar Tracking * Drawing Rectangles * Drawing Circles * Undo and Redo Actions PROJECTS - CREATING A SIMPLE DRAWING * Create a Simple Drawing * Create Simple Shapes DRAWING PRECISION IN AUTOCAD * Using Running Object Snaps * Using Object Snap Overrides * Polar Tracking at Angles * Object Snap Tracking * Drawing with Snap and Grid (Optional) MAKING CHANGES IN YOUR DRAWING * Selecting Objects for Editing * Moving Objects * Copying Objects * Rotating Objects * Scaling Objects * Mirroring Objects * Editing with Grips PROJECTS - MAKING YOUR DRAWING MORE PRECISE * Schematic Project: Electronics Diagram * Architectural Project: Landscape * Mechanical Project (with Polar & Tracking) * Mechanical Project: Surge Protector * Mechanical Project: Satellite ORGANIZING YOUR DRAWING WITH LAYERS * Creating New Drawings With Templates * What are Layers? * Layer States * Changing an Object's Layer ADVANCED OBJECT TYPES * Drawing Arcs * Drawing Polylines * Editing Polylines * Drawing Polygons * Drawing Ellipses ANALZYING MODEL AND OBJECT PROPERTIES * Working with Object Properties * Measuring Objects PROJECTS - DRAWING ORGANIZATION & INFORMATION * Architectural Project * Mechanical Project * Civil Project ADVANCED EDITING COMMANDS * Trimming and Extending Objects * Stretching Objects * Creating Fillets and Chamfers * Creating Arrays of Objects INSERTING BLOCKS * What are Blocks? * Working with Dynamic Blocks * Inserting Blocks * Inserting Blocks using the Tool Palettes * Inserting Blocks using the DesignCenter * Inserting Blocks using the Content Explorer PROJECTS - CREATING MORE COMPLEX OBJECTS * Mechanical Project 1 - Plate * Mechanical Project 2 - Gasket * Mechanical Project 3 - Plate * Mechanical Project 4 - Rocker Arm * Architectural Project 1 - Floor Plan * Architectural Project 2 - Floor Plan * Civil Project - Parking Lot SETTING UP A LAYOUT * Printing Concepts * Working in Layouts * Creating Layouts * Creating Layout Viewports * Guidelines for Layouts PRINTING YOUR DRAWING * Printing Layouts * Print and Plot Settings PROJECTS - PREPARING TO PRINT * Mechanical Project * Architectural Project TEXT * Working with Annotations * Adding Text in a Drawing * Modifying Multiline Text * Formatting Multiline Text * Adding Notes with Leaders to Your Drawing * Creating Tables * Modifying Tables HATCHING * Hatching * Editing Hatches ADDING DIMENSIONS * Dimensioning Concepts * Adding Linear Dimensions * Adding Radial and Angular Dimensions * Editing Dimensions PROJECTS - ANNOTATING YOUR DRAWING * Mechanical Project * Architectural Project 1 * Architectural Project 2 * Civil Project ADDITIONAL COURSE DETAILS: Nexus Humans AutoCAD Level 1 - Essentials training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AutoCAD Level 1 - Essentials course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

AutoCAD Level 1 - Essentials
Delivered on-request, onlineDelivered Online
Price on Enquiry

Educators matching "Angular"

Show all 19
S M N Consultants

s m n consultants

Luton

We have Expertise in Web Development, E-commerce Development, react native, vehicle tracking system, Mobile App Development India, Home automation system, it consultancy, angular experts, Web Designer in Ahmedabad, Internet of Things, IoT in Ahmedabad, Gujarat. SMN Digital Consultancy serving client in India and across global.Digital consultancy services are focused to outline a decent, digital strategy that focuses on driving your key business goals. Raising your business profile, boosting revenue, increasing potency, reducing prices, training your employees, and act better with your customers are only a couple of the business priorities important to any company’s success. To avoid disburses extra cash for tiny returns, you need a complex yet effective strategy. Our always-on, constantly connected society has made the chances for digital innovation endless. It’s an exciting time. Online shopping is quicker and more intuitive, apps contour and simplify daily activities, and even our watches are “smarter,” giving us light reminders to get up and go for a walk, drink more water, and make that appointment on time. We are experts in dynamic web and mobile application development. We pride ourselves in our deep business knowledge and skill in providing today’s leading digital and inventive solutions. We provide our clients with an industrial, technical, and artistic experience that continuously delivers the outstanding results they’ve come to expect. With a solid team of Mobile Application Developers, Game Developers, Web Designers, and Developers, we are eager to deliver the best product to our valuable clients. A strong website reflects your company’s unique identity. We are ambitious to help our clients to achieve their business goals with our flexible and efficient website design and development. Our impressive efforts in delivering customized solutions are our secret resources to achieve success.