5
Angular 8 Angular 8 www.sevenmentor.com

Angular 8 CCSA Checkpoint - Sevenmentor Pvt. Ltd · Angular 8 Introduction What is Angular 8 with its Features and Advantages Angular Previous Versions of Angular8 Angular 8 Installation

  • Upload
    others

  • View
    9

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Angular 8 CCSA Checkpoint - Sevenmentor Pvt. Ltd · Angular 8 Introduction What is Angular 8 with its Features and Advantages Angular Previous Versions of Angular8 Angular 8 Installation

CCSACheckpoint

CCSA Checkpoint

www.sevenmentor.com

Angular 8Angular 8

www.sevenmentor.com

Page 2: Angular 8 CCSA Checkpoint - Sevenmentor Pvt. Ltd · Angular 8 Introduction What is Angular 8 with its Features and Advantages Angular Previous Versions of Angular8 Angular 8 Installation

Angular 8 Introduction

What is Angular 8 with its Features and AdvantagesAngular Previous Versions of Angular8Angular 8 InstallationAngular CLI WorkflowCreate an Angular 8 projectInstall Bootstrap 4 CSS frameworkHow to upgrade Angular CLI older versions to Angular CLI 8Angular 8 First AppHow an Angular's app get loaded and started

Data Binding in Angular 8

What is Data Binding?Splitting Application into ComponentString InterpolationWhat is Property Binding?Difference between Property Binding and String InterpolationBinding with Custom Events.What are Binding Properties and Events?Two Way bindingCombine Forms with Data bindingWhat is Encapsulation?How to Use Local Reference in TemplatesCustom PropertiesTemplate Access and DOMComponent LifecycleWhat is hooks in Angular jsAccess Template with Hooks

Modules and Components

What is Component in Angular?Create and Start ComponentWhy Component are important.How we create a componentCreate Component using CLIWhat is nesting Component?What is Component Template?What is Module in Angular?Component Styles and Selectors

www.sevenmentor.com

Page 3: Angular 8 CCSA Checkpoint - Sevenmentor Pvt. Ltd · Angular 8 Introduction What is Angular 8 with its Features and Advantages Angular Previous Versions of Angular8 Angular 8 Installation

Directives in Angular 8

What is Directives?What is nglf and else conditionStyling Element with ngStyleHow to apply css class dynamically with angular jsHow to Create Basic Attribute DirectiveWhat is Renderer?What is HostBinding and HostListenerDirective PropertiesSwitch

Routing

What is Routing?Loading of RoutesNavigation and it pathStyling of Router LinksRelative Path NavigationDefine parameter in RoutingFetch Routing ParameterObservablesPassing & Retrieving Parameters & FragmentsNested RoutingConfig Query ParametersRedirection RoutesRoute configurationRoute GuardsProtect Routes with canActivateNavigation ControllingStatic Data in RouteLocation Strategies

Dependency Injection in Angular 8

What is Dependency Injection?What is Services?Logging Service and InjectionCreate Data ServiceHow to use service in Cross ComponentWhat is Hierarchical Injector?

www.sevenmentor.com

Page 4: Angular 8 CCSA Checkpoint - Sevenmentor Pvt. Ltd · Angular 8 Introduction What is Angular 8 with its Features and Advantages Angular Previous Versions of Angular8 Angular 8 Installation

Forms

What is Forms and how we handle it?Reactive ApproachTemplate DrivenCreate Template Driven Forms

Pipes

What is Pipes in Angular?How we use pipesChaining Multiple pipes in angularParameterizing a pipeFilter PipeImpure & Pure PipeAsync Pipes

Reactive Forms

What is Reactive Forms?Create Reactive form through codeSyncing of HTML and FormAdding ValidationSumit FormsGrouping

www.sevenmentor.com

HTTP Requests

What is HTTP REQUESTS?How it workHow to send requestsAdjusting Request HeadersHow to handle Get and Put RequestCatching HTTP Error

Page 5: Angular 8 CCSA Checkpoint - Sevenmentor Pvt. Ltd · Angular 8 Introduction What is Angular 8 with its Features and Advantages Angular Previous Versions of Angular8 Angular 8 Installation

Angular Modules

What is the idea behind Modules?What is feature Modules and how we create itWhat is App Modules?Registering Routes in Feature Modules

Animations

What is Angular Animations?Triggers and StateSwitch between StatesBasic and Advanced Transitions

HTTP Client

What is HttpClient and how we unlock itRequest Configuration with ResponseRequest EventsSet up HeadersHTTP ParametersProgress

www.sevenmentor.com

Unit Testing

What is Unit Testing?How to Analyse CLI Testing SetupRunning Test with CLIComponents and dependencies