Hubwiz.com
|
Online Course
|
API Manual
Angular API Manual
Guide(87)
Section(500)
Package(28)
Class(161)
Property(725)
Method(913)
Function(83)
Module(25)
Directive(38)
Interface(121)
Constant(165)
Type(27)
Decorator(19)
Enumeration(20)
Pipe(17)
Guide
Introduction to services and dependency injection
Getting started
Dependency Providers
NgModule FAQs
Building and serving Angular apps
The Ahead-of-Time (AOT) compiler
User Input
Structural Directives
App shell
Service worker communication
Form Validation
Practical observable usage
Authoring Schematics
Feature Modules
Getting started with service workers
Page Not Found
Workspace npm dependencies
Angular Language Service
Routing & Navigation
NgModule API
TypeScript Configuration
Frequently Used Modules
Observables
Creating Libraries
Observables in Angular
Route transition animations
Overview of Angular Libraries
Angular versioning and releases
Cheat Sheet
Types of Feature Modules
Dependency Injection in Angular
Introduction to modules
Upgrading for Performance
Angular Workspace Configuration
Template-driven forms
NgModules
Template Syntax
Bootstrapping
Architecture overview
Dynamic Component Loader
Style Guide
JavaScript Modules vs. NgModules
Introduction to forms in Angular
Animations transitions and triggers
Server-side Rendering (SSR): An intro to Angular Universal
Component Interaction
Upgrading from AngularJS to Angular
Glossary
Angular Elements Overview
Lazy Loading Feature Modules
Service worker in production
HttpClient
Pipes
Hierarchical Dependency Injectors
The RxJS library
Security
Providers
Schematics
Internationalization (i18n)
Introduction to components
Displaying Data
Dynamic Forms
Using Published Libraries
Browser support
Attribute Directives
Navigate the component tree with DI
Reusable animations
Workspace and project file structure
Lifecycle Hooks
Dependency Injection in Action
Deployment
Introduction to Angular animations
Component Styles
Schematics for Libraries
Setup for local development
Testing
Updating your Angular projects
Angular service worker introduction
Entry Components
Next steps: tools and techniques
Complex animation sequences
Reactive Forms
Singleton services
AngularJS to Angular Concepts: Quick Reference
Sharing Modules
Service worker configuration
Observables compared to other techniques
Section
Service examples - Introduction to services and dependency injection
Dependency injection (DI) - Introduction to services and dependency injection
Prerequisites - Getting started
Step 1: Install the Angular CLI - Getting started
Step 2: Create a workspace and initial application - Getting started
Step 3: Serve the application - Getting started
Step 4: Edit your first Angular component - Getting started
Final code review - Getting started
Next steps - Getting started
The Provider object literal - Dependency Providers
Alternative class providers - Dependency Providers
Value providers - Dependency Providers
Factory providers - Dependency Providers
Predefined tokens and multiple providers - Dependency Providers
Tree-shakable providers - Dependency Providers
What classes should I add to the declarations array? - NgModule FAQs
What is a declarable? - NgModule FAQs
What classes should I not add to declarations? - NgModule FAQs
Why list the same component in multiple NgModule properties? - NgModule FAQs
"What does ""Can't bind to 'x' since it isn't a known property of 'y'"" mean? - NgModule FAQs"
What should I import? - NgModule FAQs
Should I import BrowserModule or CommonModule? - NgModule FAQs
What if I import the same module twice? - NgModule FAQs
What should I export? - NgModule FAQs
What should I not export? - NgModule FAQs
Can I re-export classes and modules? - NgModule FAQs
What is the forRoot() method? - NgModule FAQs
Why is a service provided in a feature module visible everywhere? - NgModule FAQs
Why is a service provided in a lazy-loaded module visible only to that module? - NgModule FAQs
What if two modules provide the same service? - NgModule FAQs
How do I restrict service scope to a module? - NgModule FAQs
Should I add application-wide providers to the root AppModule or the root AppComponent? - NgModule FAQs
Should I add other providers to a module or a component? - NgModule FAQs
Why is it bad if a shared module provides a service to a lazy-loaded module? - NgModule FAQs
Why does lazy loading create a child injector? - NgModule FAQs
How can I tell if an NgModule or service was previously loaded? - NgModule FAQs
What is an entry component? - NgModule FAQs
What's the difference between a bootstrap component and an entry component? - NgModule FAQs
When do I add components to entryComponents? - NgModule FAQs
Why does Angular need entryComponents? - NgModule FAQs
What kinds of modules should I have and how should I use them? - NgModule FAQs
What's the difference between NgModules and JavaScript Modules? - NgModule FAQs
How does Angular find components, directives, and pipes in a template? What is a template reference? - NgModule FAQs
What is the Angular compiler? - NgModule FAQs
Configuring application environments - Building and serving Angular apps
Configure target-specific file replacements - Building and serving Angular apps
Configure size budgets - Building and serving Angular apps
Configuring browser compatibility - Building and serving Angular apps
Proxying to a backend server - Building and serving Angular apps
Angular compilation - The Ahead-of-Time (AOT) compiler
Why compile with AOT? - The Ahead-of-Time (AOT) compiler
Controlling app compilation - The Ahead-of-Time (AOT) compiler
Specifying Angular metadata - The Ahead-of-Time (AOT) compiler
Metadata restrictions - The Ahead-of-Time (AOT) compiler
How AOT works - The Ahead-of-Time (AOT) compiler
Phase 1: analysis - The Ahead-of-Time (AOT) compiler
Phase 2: code generation - The Ahead-of-Time (AOT) compiler
Metadata errors - The Ahead-of-Time (AOT) compiler
Phase 3: binding expression validation - The Ahead-of-Time (AOT) compiler
Configuration inheritance with extends - The Ahead-of-Time (AOT) compiler
Angular template compiler options - The Ahead-of-Time (AOT) compiler
Binding to user input events - User Input
Get user input from the $event object - User Input
Get user input from a template reference variable - User Input
Key event filtering (with key.enter) - User Input
On blur - User Input
Put it all together - User Input
Source code - User Input
Summary - User Input
What are structural directives? - Structural Directives
NgIf case study - Structural Directives
The asterisk (*) prefix - Structural Directives
Inside *ngFor - Structural Directives
Inside NgSwitch directives - Structural Directives
Prefer the asterisk (*) syntax. - Structural Directives
The <ng-template> - Structural Directives
Group sibling elements with <ng-container> - Structural Directives
Write a structural directive - Structural Directives
Summary - Structural Directives
Step 1: Prepare the application - App shell
Step 2: Create the app shell - App shell
Step 3: Verify the app is built with the shell content - App shell
SwUpdate service - Service worker communication
More on Angular service workers - Service worker communication
Template-driven validation - Form Validation
Reactive form validation - Form Validation
Custom validators - Form Validation
Control status CSS classes - Form Validation
Cross field validation - Form Validation
Async Validation - Form Validation
Type-ahead suggestions - Practical observable usage
Exponential backoff - Practical observable usage
Schematics concepts - Authoring Schematics
Schematics CLI - Authoring Schematics
Collection contents - Authoring Schematics
Feature modules vs. root modules - Feature Modules
How to make a feature module - Feature Modules
Importing a feature module - Feature Modules
Rendering a feature module��s component template - Feature Modules
More on NgModules - Feature Modules
Adding a service worker to your project - Getting started with service workers
Service worker in action: a tour - Getting started with service workers
More on Angular service workers - Getting started with service workers
package.json - Workspace npm dependencies
Dependencies - Workspace npm dependencies
DevDependencies - Workspace npm dependencies
Related information - Workspace npm dependencies
Autocompletion - Angular Language Service
Error checking - Angular Language Service
Navigation - Angular Language Service
Angular Language Service in your editor - Angular Language Service
Installing in your project - Angular Language Service
How the Language Service works - Angular Language Service
More on Information - Angular Language Service
Overview - Routing & Navigation
The Basics - Routing & Navigation
The sample application - Routing & Navigation
Milestone 1: Getting started - Routing & Navigation
Milestone 2: Routing module - Routing & Navigation
Milestone 3: Heroes feature - Routing & Navigation
Milestone 4: Crisis center feature - Routing & Navigation
Milestone 5: Route guards - Routing & Navigation
Milestone 6: Asynchronous routing - Routing & Navigation
Migrating URLs with Redirects - Routing & Navigation
Inspect the router's configuration - Routing & Navigation
Wrap up and final app - Routing & Navigation
Appendices - Routing & Navigation
Purpose of @NgModule - NgModule API
@NgModule metadata - NgModule API
More on NgModules - NgModule API
tsconfig.json - TypeScript Configuration
TypeScript Typings - TypeScript Configuration
Importing modules - Frequently Used Modules
BrowserModule and CommonModule - Frequently Used Modules
More on NgModules - Frequently Used Modules
Basic usage and terms - Observables
Defining observers - Observables
Subscribing - Observables
Creating observables - Observables
Multicasting - Observables
Error handling - Observables
Getting started - Creating Libraries
Refactoring parts of an app into a library - Creating Libraries
Reusable code and schematics - Creating Libraries
Integrating with the CLI - Creating Libraries
Publishing your library - Creating Libraries
Linked libraries - Creating Libraries
Use TypeScript path mapping for peer dependencies - Creating Libraries
Using your own library in apps - Creating Libraries
Event emitter - Observables in Angular
HTTP - Observables in Angular
Async pipe - Observables in Angular
Router - Observables in Angular
Reactive forms - Observables in Angular
Route configuration - Route transition animations
Router outlet - Route transition animations
Animation definition - Route transition animations
More on Angular animations - Route transition animations
Creating libraries - Overview of Angular Libraries
Angular versioning - Angular versioning and releases
Release frequency - Angular versioning and releases
Release schedule - Angular versioning and releases
Support policy and schedule - Angular versioning and releases
Deprecation practices - Angular versioning and releases
Public API surface - Angular versioning and releases
Angular Labs - Angular versioning and releases
More on NgModules - Types of Feature Modules
Create and register an injectable service - Dependency Injection in Angular
Injecting services - Dependency Injection in Angular
Testing components with dependencies - Dependency Injection in Angular
Services that need other services - Dependency Injection in Angular
Summary - Dependency Injection in Angular
NgModule metadata - Introduction to modules
NgModules and components - Introduction to modules
NgModules and JavaScript modules - Introduction to modules
Angular libraries - Introduction to modules
Preparation - Upgrading for Performance
Upgrading with ngUpgrade - Upgrading for Performance
Using downgradeModule() - Upgrading for Performance
Using ahead-of-time compilation with hybrid apps - Upgrading for Performance
Conclusion - Upgrading for Performance
Overall JSON structure - Angular Workspace Configuration
Project configuration options - Angular Workspace Configuration
Generation schematics - Angular Workspace Configuration
Project tool configuration options - Angular Workspace Configuration
Build target - Angular Workspace Configuration
Project asset configuration - Angular Workspace Configuration
Introduction to Template-driven forms - Template-driven forms
Setup - Template-driven forms
Create the Hero model class - Template-driven forms
Create a form component - Template-driven forms
Revise app.module.ts - Template-driven forms
Revise app.component.html - Template-driven forms
Create an initial HTML form template - Template-driven forms
Add powers with *ngFor - Template-driven forms
Two-way data binding with ngModel - Template-driven forms
Track control state and validity with ngModel - Template-driven forms
Add custom CSS for visual feedback - Template-driven forms
Show and hide validation error messages - Template-driven forms
Submit the form with ngSubmit - Template-driven forms
Toggle two form regions (extra credit) - Template-driven forms
Summary - Template-driven forms
Angular modularity - NgModules
The basic NgModule - NgModules
More on NgModules - NgModules
HTML in templates - Template Syntax
Interpolation and Template Expressions - Template Syntax
Template statements - Template Syntax
Binding syntax: An overview - Template Syntax
Property binding ( [property] ) - Template Syntax
Attribute, class, and style bindings - Template Syntax
Event binding (event) - Template Syntax
Two-way binding ( [(...)] ) - Template Syntax
Built-in directives - Template Syntax
Built-in attribute directives - Template Syntax
Built-in structural directives - Template Syntax
Template reference variables ( #var ) - Template Syntax
Input and Output properties - Template Syntax
Template expression operators - Template Syntax
Built-in template functions - Template Syntax
The declarations array - Bootstrapping
The imports array - Bootstrapping
The providers array - Bootstrapping
The bootstrap array - Bootstrapping
More about Angular Modules - Bootstrapping
Modules - Architecture overview
Components - Architecture overview
Services and dependency injection - Architecture overview
What's next - Architecture overview
Dynamic component loading - Dynamic Component Loader
The anchor directive - Dynamic Component Loader
Loading components - Dynamic Component Loader
Resolving components - Dynamic Component Loader
The AdComponent interface - Dynamic Component Loader
Final ad banner - Dynamic Component Loader
Style vocabulary - Style Guide
File structure conventions - Style Guide
Single responsibility - Style Guide
Naming - Style Guide
Coding conventions - Style Guide
Application structure and NgModules - Style Guide
Components - Style Guide
Directives - Style Guide
Services - Style Guide
Data Services - Style Guide
Lifecycle hooks - Style Guide
Appendix - Style Guide
JavaScript modules - JavaScript Modules vs. NgModules
NgModules - JavaScript Modules vs. NgModules
More on NgModules - JavaScript Modules vs. NgModules
Key differences - Introduction to forms in Angular
Common foundation - Introduction to forms in Angular
Form model setup - Introduction to forms in Angular
Data flow in forms - Introduction to forms in Angular
Form validation - Introduction to forms in Angular
Testing - Introduction to forms in Angular
Mutability - Introduction to forms in Angular
Scalability - Introduction to forms in Angular
Final thoughts - Introduction to forms in Angular
Next steps - Introduction to forms in Angular
Predefined states and wildcard matching - Animations transitions and triggers
Animating entering and leaving a view - Animations transitions and triggers
:enter and :leave aliases - Animations transitions and triggers
:increment and :decrement in transitions - Animations transitions and triggers
Boolean values in transitions - Animations transitions and triggers
Multiple animation triggers - Animations transitions and triggers
Animation callbacks - Animations transitions and triggers
Keyframes - Animations transitions and triggers
More on Angular animations - Animations transitions and triggers
Universal tutorial - Server-side Rendering (SSR): An intro to Angular Universal
Why use server-side rendering? - Server-side Rendering (SSR): An intro to Angular Universal
Universal web servers - Server-side Rendering (SSR): An intro to Angular Universal
Pass data from parent to child with input binding - Component Interaction
Intercept input property changes with a setter - Component Interaction
Intercept input property changes with ngOnChanges() - Component Interaction
Parent listens for child event - Component Interaction
Parent interacts with child via local variable - Component Interaction
Parent calls an @ViewChild() - Component Interaction
Parent and children communicate via a service - Component Interaction
Preparation - Upgrading from AngularJS to Angular
Upgrading with ngUpgrade - Upgrading from AngularJS to Angular
Using Ahead-of-time compilation with hybrid apps - Upgrading from AngularJS to Angular
PhoneCat Upgrade Tutorial - Upgrading from AngularJS to Angular
Appendix: Upgrading PhoneCat Tests - Upgrading from AngularJS to Angular
Using custom elements - Angular Elements Overview
Transforming components to custom elements - Angular Elements Overview
Browser support for custom elements - Angular Elements Overview
Example: A Popup Service - Angular Elements Overview
Typings for custom elements - Angular Elements Overview
High level view - Lazy Loading Feature Modules
Set up an app - Lazy Loading Feature Modules
Create a feature module with routing - Lazy Loading Feature Modules
Add a component to the feature module - Lazy Loading Feature Modules
Add another feature module - Lazy Loading Feature Modules
Set up the UI - Lazy Loading Feature Modules
Configure the routes - Lazy Loading Feature Modules
Confirm it��s working - Lazy Loading Feature Modules
forRoot() and forChild() - Lazy Loading Feature Modules
More on NgModules and routing - Lazy Loading Feature Modules
Service worker and caching of app resources - Service worker in production
Debugging the Angular service worker - Service worker in production
Service Worker Safety - Service worker in production
More on Angular service workers - Service worker in production
Setup - HttpClient
Getting JSON data - HttpClient
Error handling - HttpClient
Observables and operators - HttpClient
Requesting non-JSON data - HttpClient
Sending data to the server - HttpClient
Advanced usage - HttpClient
Security: XSRF Protection - HttpClient
Testing HTTP requests - HttpClient
Using pipes - Pipes
Built-in pipes - Pipes
Parameterizing a pipe - Pipes
Chaining pipes - Pipes
Custom pipes - Pipes
The PipeTransform interface - Pipes
Power Boost Calculator - Pipes
Pipes and change detection - Pipes
Pure and impure pipes - Pipes
Next steps - Pipes
Appendix: No FilterPipe or OrderByPipe - Pipes
Where to configure providers - Hierarchical Dependency Injectors
Injector bubbling - Hierarchical Dependency Injectors
Component injectors - Hierarchical Dependency Injectors
Observable creation functions - The RxJS library
Operators - The RxJS library
Error handling - The RxJS library
Naming conventions for observables - The RxJS library
Reporting vulnerabilities - Security
Best practices - Security
Preventing cross-site scripting (XSS) - Security
Trusting safe values - Security
HTTP-level vulnerabilities - Security
Auditing Angular applications - Security
Providing a service - Providers
Provider scope - Providers
providedIn and NgModules - Providers
Limiting provider scope by lazy loading modules - Providers
Limiting provider scope with components - Providers
Providing services in modules vs. components - Providers
More on NgModules - Providers
Schematics for the Angular CLI - Schematics
Developing schematics for libraries - Schematics
Angular and i18n - Internationalization (i18n)
Setting up the locale of your app - Internationalization (i18n)
i18n pipes - Internationalization (i18n)
Template translations - Internationalization (i18n)
Regular expressions for plurals and selections - Internationalization (i18n)
Create a translation source file - Internationalization (i18n)
Translate the source text - Internationalization (i18n)
Translating plural and select expressions - Internationalization (i18n)
Merge the completed translation file into the app - Internationalization (i18n)
Component metadata - Introduction to components
Templates and views - Introduction to components
Template syntax - Introduction to components
Showing component properties with interpolation - Displaying Data
Template inline or template file? - Displaying Data
Constructor or variable initialization? - Displaying Data
Showing an array property with *ngFor - Displaying Data
Creating a class for the data - Displaying Data
Conditional display with NgIf - Displaying Data
Summary - Displaying Data
Bootstrap - Dynamic Forms
Question model - Dynamic Forms
Question form components - Dynamic Forms
Questionnaire data - Dynamic Forms
Dynamic Template - Dynamic Forms
Installing libraries - Using Published Libraries
Updating libraries - Using Published Libraries
Adding a library to the runtime global scope - Using Published Libraries
Polyfills - Browser support
Enabling polyfills - Browser support
Polyfills for non-CLI users - Browser support
Directives overview - Attribute Directives
Build a simple attribute directive - Attribute Directives
Apply the attribute directive - Attribute Directives
Respond to user-initiated events - Attribute Directives
Pass values into the directive with an @Input data binding - Attribute Directives
Write a harness to try it - Attribute Directives
Bind to a second property - Attribute Directives
Summary - Attribute Directives
Creating reusable animations - Reusable animations
More on Angular animations - Reusable animations
Workspace files - Workspace and project file structure
App source folder - Workspace and project file structure
Component lifecycle hooks overview - Lifecycle Hooks
Lifecycle sequence - Lifecycle Hooks
Interfaces are optional (technically) - Lifecycle Hooks
Other Angular lifecycle hooks - Lifecycle Hooks
Lifecycle examples - Lifecycle Hooks
Peek-a-boo: all hooks - Lifecycle Hooks
Spying OnInit and OnDestroy - Lifecycle Hooks
OnChanges() - Lifecycle Hooks
DoCheck() - Lifecycle Hooks
AfterView - Lifecycle Hooks
AfterContent - Lifecycle Hooks
Nested service dependencies - Dependency Injection in Action
Limit service scope to a component subtree - Dependency Injection in Action
Multiple service instances (sandboxing) - Dependency Injection in Action
Qualify dependency lookup with parameter decorators - Dependency Injection in Action
Inject the component's DOM element - Dependency Injection in Action
Define dependencies with providers - Dependency Injection in Action
Provider token alternatives: class interface and 'InjectionToken' - Dependency Injection in Action
Inject into a derived class - Dependency Injection in Action
Break circularities with a forward class reference (forwardRef) - Dependency Injection in Action
Simple deployment options - Deployment
Server configuration - Deployment
Production optimizations - Deployment
The base tag - Deployment
About this guide - Introduction to Angular animations
Getting started - Introduction to Angular animations
Animating a simple transition - Introduction to Angular animations
Animations API summary - Introduction to Angular animations
More on Angular animations - Introduction to Angular animations
Using component styles - Component Styles
Style scope - Component Styles
Special selectors - Component Styles
Loading component styles - Component Styles
View encapsulation - Component Styles
Inspecting generated CSS - Component Styles
Creating a schematics collection - Schematics for Libraries
Providing installation support - Schematics for Libraries
Building your schematics - Schematics for Libraries
Providing generation support - Schematics for Libraries
Define a generation rule - Schematics for Libraries
Running your library schematic - Schematics for Libraries
Clone - Setup for local development
Download - Setup for local development
Delete non-essential files (optional) - Setup for local development
What's in the QuickStart seed? - Setup for local development
Appendix: Node.js and npm - Setup for local development
Appendix: Why develop locally - Setup for local development
Appendix: develop locally with IE - Setup for local development
Appendix: test using fakeAsync()/async() - Setup for local development
Setup - Testing
Set up continuous integration - Testing
Enable code coverage reports - Testing
Service Tests - Testing
Component Test Basics - Testing
Component Test Scenarios - Testing
Attribute Directive Testing - Testing
Pipe Testing - Testing
Test debugging - Testing
Testing Utility APIs - Testing
Frequently Asked Questions - Testing
Getting notified of new releases - Updating your Angular projects
Learning about new features - Updating your Angular projects
Checking your version of Angular - Updating your Angular projects
Finding the current version of Angular - Updating your Angular projects
Updating your environment and apps - Updating your Angular projects
Resource summary - Updating your Angular projects
Service workers in Angular - Angular service worker introduction
Prerequisites - Angular service worker introduction
Related resources - Angular service worker introduction
More on Angular service workers - Angular service worker introduction
A bootstrapped entry component - Entry Components
A routed entry component - Entry Components
The entryComponents array - Entry Components
More on Angular modules - Entry Components
Responsive programming - Next steps: tools and techniques
Client-server interaction - Next steps: tools and techniques
Domain-specific libraries - Next steps: tools and techniques
Support for the development cycle - Next steps: tools and techniques
Setup, build, and deployment configuration - Next steps: tools and techniques
Animate multiple elements using query() and stagger() functions - Complex animation sequences
Parallel animation using group() function - Complex animation sequences
Sequential vs. parallel animations - Complex animation sequences
Filter animation example - Complex animation sequences
Animation sequence summary - Complex animation sequences
More on Angular animations - Complex animation sequences
Introduction to reactive forms - Reactive Forms
Getting started - Reactive Forms
Managing control values - Reactive Forms
Grouping form controls - Reactive Forms
Creating nested form groups - Reactive Forms
Partial model updates - Reactive Forms
Generating form controls with FormBuilder - Reactive Forms
Simple form validation - Reactive Forms
Dynamic controls using form arrays - Reactive Forms
Appendix - Reactive Forms
Providing a singleton service - Singleton services
The forRoot() pattern - Singleton services
Prevent reimport of the GreetingModule - Singleton services
More on NgModules - Singleton services
Template basics - AngularJS to Angular Concepts: Quick Reference
Template directives - AngularJS to Angular Concepts: Quick Reference
Filters/pipes - AngularJS to Angular Concepts: Quick Reference
Modules/controllers/components - AngularJS to Angular Concepts: Quick Reference
Style sheets - AngularJS to Angular Concepts: Quick Reference
More on NgModules - Sharing Modules
appData - Service worker configuration
index - Service worker configuration
assetGroups - Service worker configuration
dataGroups - Service worker configuration
navigationUrls - Service worker configuration
Observables compared to promises - Observables compared to other techniques
Observables compared to events API - Observables compared to other techniques
Observables compared to arrays - Observables compared to other techniques
Package
@angular/platform-webworker
@angular/upgrade/static
@angular/core/testing
@angular/router
@angular/platform-server
@angular/platform-server/testing
@angular/forms
@angular/service-worker
@angular/core
@angular/platform-browser
@angular/upgrade
@angular/common/http
@angular/common/http/testing
@angular/common/testing
@angular/elements
@angular/http
@angular/http/testing
@angular/platform-browser-dynamic/testing
@angular/common
@angular/animations
@angular/platform-browser-dynamic
@angular/platform-webworker-dynamic
@angular/animations/browser
@angular/animations/browser/testing
@angular/platform-browser/animations
@angular/platform-browser/testing
@angular/router/upgrade
@angular/router/testing
Class
UpgradeAdapterRef
UpgradeAdapter
UpgradeComponent
AbstractControl
FormArray
NgControl
AbstractFormGroupDirective
ControlContainer
FormBuilder
FormControl
Validators
FormGroup
AbstractControlDirective
KeyValueDiffers
Testability
ElementRef
ViewRef
ResolvedReflectiveFactory
ComponentFactory
NgModuleFactoryLoader
NgProbeToken
ApplicationInitStatus
RootRenderer
CompilerFactory
IterableDiffers
ReflectiveInjector
ChangeDetectorRef
QueryList
SystemJsNgModuleLoader
ReflectiveKey
ComponentRef
Injector
SystemJsNgModuleLoaderConfig
ComponentFactoryResolver
Compiler
NgZone
DefaultIterableDiffer
RenderComponentType
ViewContainerRef
InjectSetupWrapper
ComponentFixture
TestComponentRenderer
EventEmitter
WrappedValue
ErrorHandler
Query
Renderer
RendererFactory2
NgModuleFactory
SimpleChange
Sanitizer
TestabilityRegistry
TemplateRef
ModuleWithComponentFactories
NgModuleRef
Version
Renderer2
InjectionToken
EmbeddedViewRef
PlatformState
MessageBus
FnArg
UiArguments
NgForOfContext
HashLocationStrategy
PathLocationStrategy
NgIfContext
PlatformLocation
NgLocaleLocalization
NgLocalization
SpyLocation
MockLocationStrategy
HttpErrorResponse
HttpBackend
HttpParams
HttpHandler
HttpXsrfTokenExtractor
HttpUrlEncodingCodec
JsonpClientBackend
HttpHeaders
HttpResponseBase
HttpTestingController
TestRequest
XhrFactory
HttpHeaderResponse
HttpClient
JsonpInterceptor
HttpXhrBackend
HttpRequest
HttpResponse
Location
ViewportScroller
LocationStrategy
NgElement
CookieXSRFStrategy
Response
URLSearchParams
BrowserXhr
XHRConnection
Headers
XSRFStrategy
Jsonp
BaseResponseOptions
MockBackend
MockConnection
Http
BaseRequestOptions
ConnectionBackend
ResponseOptions
Connection
RequestOptions
QueryEncoder
XHRBackend
Request
JitCompilerFactory
NoopAnimationPlayer
AnimationBuilder
AnimationFactory
AnimationDriver
MockAnimationDriver
MockAnimationPlayer
SwPush
SwUpdate
Meta
By
Title
EventManager
HammerGestureConfig
DomSanitizer
TransferState
RouteConfigLoadEnd
RouterPreloader
UrlSerializer
NavigationCancel
RouteReuseStrategy
Router
NavigationError
RouteConfigLoadStart
NavigationEnd
UrlSegmentGroup
ActivationStart
OutletContext
RoutesRecognized
ResolveStart
ChildActivationEnd
ActivationEnd
GuardsCheckStart
SpyNgModuleFactoryLoader
NoPreloading
RouterEvent
ChildActivationStart
PreloadingStrategy
NavigationStart
UrlSegment
PreloadAllModules
Scroll
DefaultUrlSerializer
ResolveEnd
UrlHandlingStrategy
ChildrenOutletContexts
GuardsCheckEnd
Property
UpgradeAdapterRef.ng1RootScope
UpgradeAdapterRef.ng1Injector
UpgradeAdapterRef.ng2ModuleRef
UpgradeAdapterRef.ng2Injector
AbstractControl.value
AbstractControl.validator
AbstractControl.asyncValidator
AbstractControl.parent
AbstractControl.status
AbstractControl.valid
AbstractControl.invalid
AbstractControl.pending
AbstractControl.disabled
AbstractControl.enabled
AbstractControl.errors
AbstractControl.pristine
AbstractControl.dirty
AbstractControl.touched
AbstractControl.untouched
AbstractControl.valueChanges
AbstractControl.statusChanges
AbstractControl.updateOn
AbstractControl.root
FormArray.controls
FormArray.length
FormArray.value
FormArray.validator
FormArray.asyncValidator
FormArray.parent
FormArray.status
FormArray.valid
FormArray.invalid
FormArray.pending
FormArray.disabled
FormArray.enabled
FormArray.errors
FormArray.pristine
FormArray.dirty
FormArray.touched
FormArray.untouched
FormArray.valueChanges
FormArray.statusChanges
FormArray.updateOn
FormArray.root
NgControl.name
NgControl.valueAccessor
NgControl.validator
NgControl.asyncValidator
NgControl.control
NgControl.value
NgControl.valid
NgControl.invalid
NgControl.pending
NgControl.disabled
NgControl.enabled
NgControl.errors
NgControl.pristine
NgControl.dirty
NgControl.touched
NgControl.status
NgControl.untouched
NgControl.statusChanges
NgControl.valueChanges
NgControl.path
AbstractFormGroupDirective.control
AbstractFormGroupDirective.path
AbstractFormGroupDirective.formDirective
AbstractFormGroupDirective.validator
AbstractFormGroupDirective.asyncValidator
AbstractFormGroupDirective.name
AbstractFormGroupDirective.formDirective
AbstractFormGroupDirective.path
AbstractFormGroupDirective.control
AbstractFormGroupDirective.value
AbstractFormGroupDirective.valid
AbstractFormGroupDirective.invalid
AbstractFormGroupDirective.pending
AbstractFormGroupDirective.disabled
AbstractFormGroupDirective.enabled
AbstractFormGroupDirective.errors
AbstractFormGroupDirective.pristine
AbstractFormGroupDirective.dirty
AbstractFormGroupDirective.touched
AbstractFormGroupDirective.status
AbstractFormGroupDirective.untouched
AbstractFormGroupDirective.statusChanges
AbstractFormGroupDirective.valueChanges
AbstractFormGroupDirective.path
ControlContainer.name
ControlContainer.formDirective
ControlContainer.path
ControlContainer.control
ControlContainer.value
ControlContainer.valid
ControlContainer.invalid
ControlContainer.pending
ControlContainer.disabled
ControlContainer.enabled
ControlContainer.errors
ControlContainer.pristine
ControlContainer.dirty
ControlContainer.touched
ControlContainer.status
ControlContainer.untouched
ControlContainer.statusChanges
ControlContainer.valueChanges
ControlContainer.path
FormControl.value
FormControl.validator
FormControl.asyncValidator
FormControl.parent
FormControl.status
FormControl.valid
FormControl.invalid
FormControl.pending
FormControl.disabled
FormControl.enabled
FormControl.errors
FormControl.pristine
FormControl.dirty
FormControl.touched
FormControl.untouched
FormControl.valueChanges
FormControl.statusChanges
FormControl.updateOn
FormControl.root
AbstractControlOptions.validators
AbstractControlOptions.asyncValidators
AbstractControlOptions.updateOn
FormGroup.controls
FormGroup.value
FormGroup.validator
FormGroup.asyncValidator
FormGroup.parent
FormGroup.status
FormGroup.valid
FormGroup.invalid
FormGroup.pending
FormGroup.disabled
FormGroup.enabled
FormGroup.errors
FormGroup.pristine
FormGroup.dirty
FormGroup.touched
FormGroup.untouched
FormGroup.valueChanges
FormGroup.statusChanges
FormGroup.updateOn
FormGroup.root
AbstractControlDirective.control
AbstractControlDirective.value
AbstractControlDirective.valid
AbstractControlDirective.invalid
AbstractControlDirective.pending
AbstractControlDirective.disabled
AbstractControlDirective.enabled
AbstractControlDirective.errors
AbstractControlDirective.pristine
AbstractControlDirective.dirty
AbstractControlDirective.touched
AbstractControlDirective.status
AbstractControlDirective.untouched
AbstractControlDirective.statusChanges
AbstractControlDirective.valueChanges
AbstractControlDirective.path
KeyValueDiffers.factories
RendererType2.id
RendererType2.encapsulation
RendererType2.data
FactoryProvider.provide
FactoryProvider.multi
DebugNode.listeners
DebugNode.parent
DebugNode.nativeNode
DebugNode.injector
DebugNode.componentInstance
DebugNode.context
DebugNode.references
DebugNode.providerTokens
ElementRef.nativeElement
ViewRef.destroyed
ConstructorSansProvider.deps
ResolvedReflectiveFactory.factory
ResolvedReflectiveFactory.dependencies
ComponentFactory.selector
ComponentFactory.componentType
ComponentFactory.ngContentSelectors
ComponentFactory.inputs
ComponentFactory.outputs
NgProbeToken.name
NgProbeToken.token
DebugElement.name
DebugElement.properties
DebugElement.attributes
DebugElement.classes
DebugElement.styles
DebugElement.childNodes
DebugElement.nativeElement
DebugElement.children
DebugElement.listeners
DebugElement.parent
DebugElement.nativeNode
DebugElement.injector
DebugElement.componentInstance
DebugElement.context
DebugElement.references
DebugElement.providerTokens
ApplicationInitStatus.donePromise
ApplicationInitStatus.done
ModuleWithProviders.ngModule
ModuleWithProviders.providers
IterableDiffers.factories
ReflectiveInjector.parent
QueryList.dirty
QueryList.changes
QueryList.length
QueryList.first
QueryList.last
KeyValueChangeRecord.key
KeyValueChangeRecord.currentValue
KeyValueChangeRecord.previousValue
ReflectiveKey.numberOfKeys
ReflectiveKey.displayName
ReflectiveKey.token
ReflectiveKey.id
ClassProvider.provide
ClassProvider.multi
ComponentRef.location
ComponentRef.injector
ComponentRef.instance
ComponentRef.hostView
ComponentRef.changeDetectorRef
ComponentRef.componentType
Injector.THROW_IF_NOT_FOUND
Injector.NULL
SystemJsNgModuleLoaderConfig.factoryPathPrefix
SystemJsNgModuleLoaderConfig.factoryPathSuffix
ComponentFactoryResolver.NULL
InjectableType.ngInjectableDef
NgZone.hasPendingMicrotasks
NgZone.hasPendingMacrotasks
NgZone.isStable
NgZone.onUnstable
NgZone.onMicrotaskEmpty
NgZone.onStable
NgZone.onError
InjectorType.ngInjectorDef
DefaultIterableDiffer.length
DefaultIterableDiffer.collection
DefaultIterableDiffer.isDirty
RenderComponentType.id
RenderComponentType.templateUrl
RenderComponentType.slotCount
RenderComponentType.encapsulation
RenderComponentType.styles
RenderComponentType.animations
ViewContainerRef.element
ViewContainerRef.injector
ViewContainerRef.parentInjector
ViewContainerRef.length
TestBed.platform
TestBed.ngModule
ComponentFixture.debugElement
ComponentFixture.componentInstance
ComponentFixture.nativeElement
ComponentFixture.elementRef
ComponentFixture.changeDetectorRef
ComponentFixture.componentRef
ComponentFixture.ngZone
EventEmitter.__isAsync
IterableChangeRecord.currentIndex
IterableChangeRecord.previousIndex
IterableChangeRecord.item
IterableChangeRecord.trackById
WrappedValue.wrapped
ApplicationRef.componentTypes
ApplicationRef.components
ApplicationRef.isStable
ApplicationRef.viewCount
Query.descendants
Query.first
Query.read
Query.isViewQuery
Query.selector
ResolvedReflectiveProvider.key
ResolvedReflectiveProvider.resolvedFactories
ResolvedReflectiveProvider.multiProvider
NgModuleFactory.moduleType
ExistingProvider.provide
ExistingProvider.multi
SimpleChange.previousValue
SimpleChange.currentValue
SimpleChange.firstChange
TemplateRef.elementRef
ModuleWithComponentFactories.ngModuleFactory
ModuleWithComponentFactories.componentFactories
ValueProvider.provide
ValueProvider.multi
NgModuleRef.injector
NgModuleRef.componentFactoryResolver
NgModuleRef.instance
Version.major
Version.minor
Version.patch
Version.full
SchemaMetadata.name
PlatformRef.injector
PlatformRef.destroyed
Renderer2.data
CollectionChangeRecord.currentIndex
CollectionChangeRecord.previousIndex
CollectionChangeRecord.item
CollectionChangeRecord.trackById
InjectionToken.ngInjectableDef
InjectionToken._desc
EmbeddedViewRef.context
EmbeddedViewRef.rootNodes
EmbeddedViewRef.destroyed
PlatformConfig.document
PlatformConfig.url
ReceivedMessage.method
ReceivedMessage.args
ReceivedMessage.id
ReceivedMessage.type
FnArg.value
FnArg.type
UiArguments.method
UiArguments.args
NgForOfContext.$implicit
NgForOfContext.ngForOf
NgForOfContext.index
NgForOfContext.count
NgForOfContext.first
NgForOfContext.last
NgForOfContext.even
NgForOfContext.odd
NgIfContext.$implicit
NgIfContext.ngIf
PlatformLocation.pathname
PlatformLocation.search
PlatformLocation.hash
NgLocaleLocalization.locale
SpyLocation.urlChanges
MockLocationStrategy.internalBaseHref
MockLocationStrategy.internalPath
MockLocationStrategy.internalTitle
MockLocationStrategy.urlChanges
HttpErrorResponse.name
HttpErrorResponse.message
HttpErrorResponse.error
HttpErrorResponse.ok
HttpErrorResponse.headers
HttpErrorResponse.status
HttpErrorResponse.statusText
HttpErrorResponse.url
HttpErrorResponse.ok
HttpErrorResponse.type
HttpProgressEvent.type
HttpProgressEvent.loaded
HttpProgressEvent.total
HttpUserEvent.type
HttpDownloadProgressEvent.type
HttpDownloadProgressEvent.partialText
HttpDownloadProgressEvent.type
HttpDownloadProgressEvent.loaded
HttpDownloadProgressEvent.total
HttpResponseBase.headers
HttpResponseBase.status
HttpResponseBase.statusText
HttpResponseBase.url
HttpResponseBase.ok
HttpResponseBase.type
RequestMatch.method
RequestMatch.url
TestRequest.cancelled
TestRequest.request
HttpHeaderResponse.type
HttpHeaderResponse.headers
HttpHeaderResponse.status
HttpHeaderResponse.statusText
HttpHeaderResponse.url
HttpHeaderResponse.ok
HttpHeaderResponse.type
HttpSentEvent.type
HttpRequest.body
HttpRequest.headers
HttpRequest.reportProgress
HttpRequest.withCredentials
HttpRequest.responseType
HttpRequest.method
HttpRequest.params
HttpRequest.urlWithParams
HttpRequest.url
HttpResponse.body
HttpResponse.type
HttpResponse.headers
HttpResponse.status
HttpResponse.statusText
HttpResponse.url
HttpResponse.ok
HttpResponse.type
PopStateEvent.pop
PopStateEvent.state
PopStateEvent.type
PopStateEvent.url
LocationChangeEvent.type
LocationChangeEvent.state
KeyValue.key
KeyValue.value
NgElementStrategy.events
NgElement.ngElementStrategy
NgElement.ngElementEventsSubscription
NgElementConfig.injector
NgElementConfig.strategyFactory
NgElementConstructor.observedAttributes
NgElementStrategyEvent.name
NgElementStrategyEvent.value
Response.Response
Response.type
Response.ok
Response.url
Response.status
Response.statusText
Response.bytesLoaded
Response.totalBytes
Response.headers
URLSearchParams.paramsMap
URLSearchParams.rawParams
RequestOptionsArgs.url
RequestOptionsArgs.method
RequestOptionsArgs.search
RequestOptionsArgs.params
RequestOptionsArgs.headers
RequestOptionsArgs.body
RequestOptionsArgs.withCredentials
RequestOptionsArgs.responseType
XHRConnection.request
XHRConnection.response
XHRConnection.readyState
Jsonp._backend
Jsonp._defaultOptions
JSONPConnection.readyState
JSONPConnection.request
JSONPConnection.response
JSONPConnection.readyState
JSONPConnection.request
JSONPConnection.response
BaseResponseOptions.body
BaseResponseOptions.status
BaseResponseOptions.headers
BaseResponseOptions.url
MockBackend.connections
MockBackend.connectionsArray
MockBackend.pendingConnections
MockConnection.readyState
MockConnection.request
MockConnection.response
Http._backend
Http._defaultOptions
BaseRequestOptions.method
BaseRequestOptions.headers
BaseRequestOptions.body
BaseRequestOptions.url
BaseRequestOptions.params
BaseRequestOptions.search
BaseRequestOptions.withCredentials
BaseRequestOptions.responseType
ResponseOptions.body
ResponseOptions.status
ResponseOptions.headers
ResponseOptions.url
Connection.readyState
Connection.request
Connection.response
RequestOptions.method
RequestOptions.headers
RequestOptions.body
RequestOptions.url
RequestOptions.params
RequestOptions.search
RequestOptions.withCredentials
RequestOptions.responseType
ResponseOptionsArgs.body
ResponseOptionsArgs.status
ResponseOptionsArgs.statusText
ResponseOptionsArgs.headers
ResponseOptionsArgs.type
ResponseOptionsArgs.url
Request.method
Request.headers
Request.url
Request.withCredentials
Request.responseType
NoopAnimationPlayer.parentPlayer
NoopAnimationPlayer.totalTime
AnimationQueryOptions.optional
AnimationQueryOptions.limit
AnimationQueryOptions.delay
AnimationQueryOptions.params
AnimationStateMetadata.name
AnimationStateMetadata.styles
AnimationStateMetadata.options
AnimationStateMetadata.type
AnimationEvent.fromState
AnimationEvent.toState
AnimationEvent.totalTime
AnimationEvent.phaseName
AnimationEvent.element
AnimationEvent.triggerName
AnimationEvent.disabled
AnimateChildOptions.duration
AnimateChildOptions.delay
AnimateChildOptions.params
AnimationAnimateRefMetadata.animation
AnimationAnimateRefMetadata.options
AnimationAnimateRefMetadata.type
AnimationKeyframesSequenceMetadata.steps
AnimationKeyframesSequenceMetadata.type
AnimationAnimateMetadata.timings
AnimationAnimateMetadata.styles
AnimationAnimateMetadata.type
AnimationTransitionMetadata.animation
AnimationTransitionMetadata.options
AnimationTransitionMetadata.type
AnimationAnimateChildMetadata.options
AnimationAnimateChildMetadata.type
AnimationStaggerMetadata.timings
AnimationStaggerMetadata.animation
AnimationStaggerMetadata.type
AnimationDriver.NOOP
MockAnimationDriver.log
MockAnimationPlayer.previousStyles
MockAnimationPlayer.currentSnapshot
MockAnimationPlayer.element
MockAnimationPlayer.keyframes
MockAnimationPlayer.duration
MockAnimationPlayer.delay
MockAnimationPlayer.easing
MockAnimationPlayer.previousPlayers
MockAnimationPlayer.parentPlayer
MockAnimationPlayer.totalTime
AnimationSequenceMetadata.steps
AnimationSequenceMetadata.options
AnimationSequenceMetadata.type
AnimationPlayer.parentPlayer
AnimationPlayer.totalTime
AnimationTriggerMetadata.name
AnimationTriggerMetadata.definitions
AnimationTriggerMetadata.options
AnimationTriggerMetadata.type
AnimationMetadata.type
AnimationQueryMetadata.selector
AnimationQueryMetadata.animation
AnimationQueryMetadata.options
AnimationQueryMetadata.type
AnimationOptions.delay
AnimationOptions.params
AnimationGroupMetadata.steps
AnimationGroupMetadata.options
AnimationGroupMetadata.type
AnimationStyleMetadata.styles
AnimationStyleMetadata.offset
AnimationStyleMetadata.type
AnimationReferenceMetadata.animation
AnimationReferenceMetadata.options
AnimationReferenceMetadata.type
SwPush.messages
SwPush.notificationClicks
SwPush.subscription
SwPush.isEnabled
UpdateActivatedEvent.type
UpdateActivatedEvent.previous
UpdateActivatedEvent.current
UpdateAvailableEvent.type
UpdateAvailableEvent.current
UpdateAvailableEvent.available
SwUpdate.available
SwUpdate.activated
SwUpdate.isEnabled
HammerGestureConfig.events
HammerGestureConfig.overrides
HammerGestureConfig.options
RouteConfigLoadEnd.route
UrlTree.root
UrlTree.queryParams
UrlTree.fragment
UrlTree.queryParamMap
ExtraOptions.enableTracing
ExtraOptions.useHash
ExtraOptions.initialNavigation
ExtraOptions.errorHandler
ExtraOptions.preloadingStrategy
ExtraOptions.onSameUrlNavigation
ExtraOptions.scrollPositionRestoration
ExtraOptions.anchorScrolling
ExtraOptions.paramsInheritanceStrategy
ExtraOptions.urlUpdateStrategy
ExtraOptions.relativeLinkResolution
NavigationCancel.reason
NavigationCancel.id
NavigationCancel.url
Router.events
Router.routerState
Router.errorHandler
Router.navigated
Router.urlHandlingStrategy
Router.routeReuseStrategy
Router.onSameUrlNavigation
Router.paramsInheritanceStrategy
Router.urlUpdateStrategy
Router.relativeLinkResolution
Router.config
Router.url
NavigationError.error
NavigationError.id
NavigationError.url
RouteConfigLoadStart.route
NavigationEnd.urlAfterRedirects
NavigationEnd.id
NavigationEnd.url
UrlSegmentGroup.parent
UrlSegmentGroup.segments
UrlSegmentGroup.children
UrlSegmentGroup.numberOfChildren
ActivationStart.snapshot
Route.path
Route.pathMatch
Route.matcher
Route.component
Route.redirectTo
Route.outlet
Route.canActivate
Route.canActivateChild
Route.canDeactivate
Route.canLoad
Route.data
Route.resolve
Route.children
Route.loadChildren
Route.runGuardsAndResolvers
OutletContext.outlet
OutletContext.route
OutletContext.resolver
OutletContext.children
OutletContext.attachRef
RouterStateSnapshot.url
RoutesRecognized.urlAfterRedirects
RoutesRecognized.state
RoutesRecognized.id
RoutesRecognized.url
ResolveStart.urlAfterRedirects
ResolveStart.state
ResolveStart.id
ResolveStart.url
ActivatedRoute.snapshot
ActivatedRoute.url
ActivatedRoute.params
ActivatedRoute.queryParams
ActivatedRoute.fragment
ActivatedRoute.data
ActivatedRoute.outlet
ActivatedRoute.component
ActivatedRoute.routeConfig
ActivatedRoute.root
ActivatedRoute.parent
ActivatedRoute.firstChild
ActivatedRoute.children
ActivatedRoute.pathFromRoot
ActivatedRoute.paramMap
ActivatedRoute.queryParamMap
NavigationExtras.relativeTo
NavigationExtras.queryParams
NavigationExtras.fragment
NavigationExtras.preserveQueryParams
NavigationExtras.queryParamsHandling
NavigationExtras.preserveFragment
NavigationExtras.skipLocationChange
NavigationExtras.replaceUrl
NavigationExtras.state
ChildActivationEnd.snapshot
ActivationEnd.snapshot
GuardsCheckStart.urlAfterRedirects
GuardsCheckStart.state
GuardsCheckStart.id
GuardsCheckStart.url
SpyNgModuleFactoryLoader.stubbedModules
ParamMap.keys
ActivatedRouteSnapshot.routeConfig
ActivatedRouteSnapshot.url
ActivatedRouteSnapshot.params
ActivatedRouteSnapshot.queryParams
ActivatedRouteSnapshot.fragment
ActivatedRouteSnapshot.data
ActivatedRouteSnapshot.outlet
ActivatedRouteSnapshot.component
ActivatedRouteSnapshot.root
ActivatedRouteSnapshot.parent
ActivatedRouteSnapshot.firstChild
ActivatedRouteSnapshot.children
ActivatedRouteSnapshot.pathFromRoot
ActivatedRouteSnapshot.paramMap
ActivatedRouteSnapshot.queryParamMap
RouterEvent.id
RouterEvent.url
ChildActivationStart.snapshot
NavigationStart.navigationTrigger
NavigationStart.restoredState
NavigationStart.id
NavigationStart.url
UrlSegment.path
UrlSegment.parameters
UrlSegment.parameterMap
Scroll.routerEvent
Scroll.position
Scroll.anchor
RouterState.snapshot
ResolveEnd.urlAfterRedirects
ResolveEnd.state
ResolveEnd.id
ResolveEnd.url
GuardsCheckEnd.urlAfterRedirects
GuardsCheckEnd.state
GuardsCheckEnd.shouldActivate
GuardsCheckEnd.id
GuardsCheckEnd.url
Method
UpgradeAdapterRef.ready
UpgradeAdapterRef.dispose
UpgradeAdapter.constructor
UpgradeAdapter.downgradeNg2Component
UpgradeAdapter.upgradeNg1Component
UpgradeAdapter.registerForNg1Tests
UpgradeAdapter.bootstrap
UpgradeAdapter.upgradeNg1Provider
UpgradeAdapter.downgradeNg2Provider
UpgradeComponent.constructor
UpgradeComponent.ngOnInit
UpgradeComponent.ngOnChanges
UpgradeComponent.ngDoCheck
UpgradeComponent.ngOnDestroy
ControlValueAccessor.writeValue
ControlValueAccessor.registerOnChange
ControlValueAccessor.registerOnTouched
ControlValueAccessor.setDisabledState
Form.addControl
Form.removeControl
Form.getControl
Form.addFormGroup
Form.removeFormGroup
Form.getFormGroup
Form.updateModel
AbstractControl.constructor
AbstractControl.setValidators
AbstractControl.setAsyncValidators
AbstractControl.clearValidators
AbstractControl.clearAsyncValidators
AbstractControl.markAsTouched
AbstractControl.markAsUntouched
AbstractControl.markAsDirty
AbstractControl.markAsPristine
AbstractControl.markAsPending
AbstractControl.disable
AbstractControl.enable
AbstractControl.setParent
AbstractControl.setValue
AbstractControl.patchValue
AbstractControl.reset
AbstractControl.updateValueAndValidity
AbstractControl.setErrors
AbstractControl.get
AbstractControl.getError
AbstractControl.hasError
FormArray.constructor
FormArray.at
FormArray.push
FormArray.insert
FormArray.removeAt
FormArray.setControl
FormArray.setValue
FormArray.patchValue
FormArray.reset
FormArray.getRawValue
FormArray.constructor
FormArray.setValidators
FormArray.setAsyncValidators
FormArray.clearValidators
FormArray.clearAsyncValidators
FormArray.markAsTouched
FormArray.markAsUntouched
FormArray.markAsDirty
FormArray.markAsPristine
FormArray.markAsPending
FormArray.disable
FormArray.enable
FormArray.setParent
FormArray.setValue
FormArray.patchValue
FormArray.reset
FormArray.updateValueAndValidity
FormArray.setErrors
FormArray.get
FormArray.getError
FormArray.hasError
NgControl.viewToModelUpdate
NgControl.reset
NgControl.hasError
NgControl.getError
Validator.validate
Validator.registerOnValidatorChange
ValidatorFn.call
AbstractFormGroupDirective.ngOnInit
AbstractFormGroupDirective.ngOnDestroy
AbstractFormGroupDirective.reset
AbstractFormGroupDirective.hasError
AbstractFormGroupDirective.getError
AsyncValidatorFn.call
ControlContainer.reset
ControlContainer.hasError
ControlContainer.getError
FormBuilder.group
FormBuilder.control
FormBuilder.array
FormControl.constructor
FormControl.setValue
FormControl.patchValue
FormControl.reset
FormControl.registerOnChange
FormControl.registerOnDisabledChange
FormControl.constructor
FormControl.setValidators
FormControl.setAsyncValidators
FormControl.clearValidators
FormControl.clearAsyncValidators
FormControl.markAsTouched
FormControl.markAsUntouched
FormControl.markAsDirty
FormControl.markAsPristine
FormControl.markAsPending
FormControl.disable
FormControl.enable
FormControl.setParent
FormControl.setValue
FormControl.patchValue
FormControl.reset
FormControl.updateValueAndValidity
FormControl.setErrors
FormControl.get
FormControl.getError
FormControl.hasError
AsyncValidator.validate
AsyncValidator.validate
AsyncValidator.registerOnValidatorChange
Validators.min
Validators.max
Validators.required
Validators.requiredTrue
Validators.email
Validators.minLength
Validators.maxLength
Validators.pattern
Validators.nullValidator
Validators.compose
Validators.composeAsync
FormGroup.constructor
FormGroup.registerControl
FormGroup.addControl
FormGroup.removeControl
FormGroup.setControl
FormGroup.contains
FormGroup.setValue
FormGroup.patchValue
FormGroup.reset
FormGroup.getRawValue
FormGroup.constructor
FormGroup.setValidators
FormGroup.setAsyncValidators
FormGroup.clearValidators
FormGroup.clearAsyncValidators
FormGroup.markAsTouched
FormGroup.markAsUntouched
FormGroup.markAsDirty
FormGroup.markAsPristine
FormGroup.markAsPending
FormGroup.disable
FormGroup.enable
FormGroup.setParent
FormGroup.setValue
FormGroup.patchValue
FormGroup.reset
FormGroup.updateValueAndValidity
FormGroup.setErrors
FormGroup.get
FormGroup.getError
FormGroup.hasError
AbstractControlDirective.reset
AbstractControlDirective.hasError
AbstractControlDirective.getError
DoCheck.ngDoCheck
KeyValueDiffers.ngInjectableDef
KeyValueDiffers.create
KeyValueDiffers.extend
KeyValueDiffers.constructor
KeyValueDiffers.find
RendererType2.styles
KeyValueDiffer.diff
Testability.increasePendingRequestCount
Testability.decreasePendingRequestCount
Testability.isStable
Testability.whenStable
Testability.getPendingRequestCount
Testability.findProviders
SimpleChanges.__index
ElementRef.constructor
AfterViewChecked.ngAfterViewChecked
GetTestability.addToWindow
GetTestability.findTestabilityInTree
ViewRef.destroy
ViewRef.onDestroy
ViewRef.markForCheck
ViewRef.detach
ViewRef.detectChanges
ViewRef.checkNoChanges
ViewRef.reattach
DoBootstrap.ngDoBootstrap
ResolvedReflectiveFactory.constructor
ComponentFactory.create
AfterViewInit.ngAfterViewInit
NgModuleFactoryLoader.load
Type.new
NgProbeToken.constructor
DebugElement.query
DebugElement.queryAll
DebugElement.queryAllNodes
DebugElement.triggerEventHandler
RootRenderer.renderComponent
CompilerFactory.createCompiler
KeyValueDifferFactory.supports
KeyValueDifferFactory.create
PipeTransform.transform
OnInit.ngOnInit
IterableDiffers.ngInjectableDef
IterableDiffers.create
IterableDiffers.extend
IterableDiffers.constructor
IterableDiffers.find
ReflectiveInjector.resolve
ReflectiveInjector.resolveAndCreate
ReflectiveInjector.fromResolvedProviders
ReflectiveInjector.resolveAndCreateChild
ReflectiveInjector.createChildFromResolved
ReflectiveInjector.resolveAndInstantiate
ReflectiveInjector.instantiateResolved
ReflectiveInjector.get
ChangeDetectorRef.markForCheck
ChangeDetectorRef.detach
ChangeDetectorRef.detectChanges
ChangeDetectorRef.checkNoChanges
ChangeDetectorRef.reattach
QueryList.map
QueryList.filter
QueryList.find
QueryList.reduce
QueryList.forEach
QueryList.some
QueryList.toArray
QueryList.toString
QueryList.reset
QueryList.notifyOnChanges
QueryList.setDirty
QueryList.destroy
SystemJsNgModuleLoader.load
ReflectiveKey.get
ReflectiveKey.constructor
ComponentRef.destroy
ComponentRef.onDestroy
Injector.ngInjectableDef
Injector.create
Injector.get
OnChanges.ngOnChanges
IterableDifferFactory.supports
IterableDifferFactory.create
ComponentFactoryResolver.resolveComponentFactory
Compiler.compileModuleSync
Compiler.compileModuleAsync
Compiler.compileModuleAndAllComponentsSync
Compiler.compileModuleAndAllComponentsAsync
Compiler.clearCache
Compiler.clearCacheFor
Compiler.getModuleId
InjectableType.new
NgZone.isInAngularZone
NgZone.assertInAngularZone
NgZone.assertNotInAngularZone
NgZone.constructor
NgZone.run
NgZone.runTask
NgZone.runGuarded
NgZone.runOutsideAngular
InjectorType.new
DefaultIterableDiffer.constructor
DefaultIterableDiffer.forEachItem
DefaultIterableDiffer.forEachOperation
DefaultIterableDiffer.forEachPreviousItem
DefaultIterableDiffer.forEachAddedItem
DefaultIterableDiffer.forEachMovedItem
DefaultIterableDiffer.forEachRemovedItem
DefaultIterableDiffer.forEachIdentityChange
DefaultIterableDiffer.diff
DefaultIterableDiffer.onDestroy
DefaultIterableDiffer.check
Predicate.call
RenderComponentType.constructor
ViewContainerRef.clear
ViewContainerRef.get
ViewContainerRef.createEmbeddedView
ViewContainerRef.createComponent
ViewContainerRef.insert
ViewContainerRef.move
ViewContainerRef.indexOf
ViewContainerRef.remove
ViewContainerRef.detach
TestBed.initTestEnvironment
TestBed.resetTestEnvironment
TestBed.resetTestingModule
TestBed.configureCompiler
TestBed.configureTestingModule
TestBed.compileComponents
TestBed.get
TestBed.execute
TestBed.overrideModule
TestBed.overrideComponent
TestBed.overrideDirective
TestBed.overridePipe
TestBed.overrideProvider
TestBed.deprecatedOverrideProvider
TestBed.overrideTemplateUsingTestingModule
TestBed.createComponent
InjectSetupWrapper.constructor
InjectSetupWrapper.inject
ComponentFixture.constructor
ComponentFixture.detectChanges
ComponentFixture.checkNoChanges
ComponentFixture.autoDetectChanges
ComponentFixture.isStable
ComponentFixture.whenStable
ComponentFixture.whenRenderingDone
ComponentFixture.destroy
TestBedStatic.new
TestBedStatic.initTestEnvironment
TestBedStatic.resetTestEnvironment
TestBedStatic.resetTestingModule
TestBedStatic.configureCompiler
TestBedStatic.configureTestingModule
TestBedStatic.compileComponents
TestBedStatic.overrideModule
TestBedStatic.overrideComponent
TestBedStatic.overrideDirective
TestBedStatic.overridePipe
TestBedStatic.overrideTemplate
TestBedStatic.overrideTemplateUsingTestingModule
TestBedStatic.overrideProvider
TestBedStatic.deprecatedOverrideProvider
TestBedStatic.get
TestBedStatic.createComponent
TestComponentRenderer.insertRootElement
EventEmitter.constructor
EventEmitter.emit
EventEmitter.subscribe
WrappedValue.wrap
WrappedValue.unwrap
WrappedValue.isWrapped
WrappedValue.constructor
ApplicationRef.bootstrap
ApplicationRef.tick
ApplicationRef.attachView
ApplicationRef.detachView
AfterContentChecked.ngAfterContentChecked
ForwardRefFn.call
ErrorHandler.handleError
Renderer.selectRootElement
Renderer.createElement
Renderer.createViewRoot
Renderer.createTemplateAnchor
Renderer.createText
Renderer.projectNodes
Renderer.attachViewAfter
Renderer.detachView
Renderer.destroyView
Renderer.listen
Renderer.listenGlobal
Renderer.setElementProperty
Renderer.setElementAttribute
Renderer.setBindingDebugInfo
Renderer.setElementClass
Renderer.setElementStyle
Renderer.invokeElementMethod
Renderer.setText
Renderer.animate
TypeProvider.new
RendererFactory2.createRenderer
RendererFactory2.begin
RendererFactory2.end
RendererFactory2.whenRenderingDone
KeyValueChanges.forEachItem
KeyValueChanges.forEachPreviousItem
KeyValueChanges.forEachChangedItem
KeyValueChanges.forEachAddedItem
KeyValueChanges.forEachRemovedItem
NgModuleFactory.create
TrackByFunction.call
AfterContentInit.ngAfterContentInit
SimpleChange.constructor
SimpleChange.isFirstChange
Sanitizer.sanitize
TestabilityRegistry.registerApplication
TestabilityRegistry.unregisterApplication
TestabilityRegistry.unregisterAllApplications
TestabilityRegistry.getTestability
TestabilityRegistry.getAllTestabilities
TestabilityRegistry.getAllRootElements
TestabilityRegistry.findTestabilityInTree
TemplateRef.createEmbeddedView
WtfScopeFn.call
ModuleWithComponentFactories.constructor
IterableDiffer.diff
NgModuleRef.destroy
NgModuleRef.onDestroy
Version.constructor
PlatformRef.bootstrapModuleFactory
PlatformRef.bootstrapModule
PlatformRef.onDestroy
PlatformRef.destroy
Renderer2.destroyNode
Renderer2.destroy
Renderer2.createElement
Renderer2.createComment
Renderer2.createText
Renderer2.appendChild
Renderer2.insertBefore
Renderer2.removeChild
Renderer2.selectRootElement
Renderer2.parentNode
Renderer2.nextSibling
Renderer2.setAttribute
Renderer2.removeAttribute
Renderer2.addClass
Renderer2.removeClass
Renderer2.setStyle
Renderer2.removeStyle
Renderer2.setProperty
Renderer2.setValue
Renderer2.listen
TypeDecorator.call
OnDestroy.ngOnDestroy
IterableChanges.forEachItem
IterableChanges.forEachOperation
IterableChanges.forEachPreviousItem
IterableChanges.forEachAddedItem
IterableChanges.forEachMovedItem
IterableChanges.forEachRemovedItem
IterableChanges.forEachIdentityChange
InjectionToken.constructor
InjectionToken.toString
EmbeddedViewRef.destroy
EmbeddedViewRef.onDestroy
EmbeddedViewRef.markForCheck
EmbeddedViewRef.detach
EmbeddedViewRef.detectChanges
EmbeddedViewRef.checkNoChanges
EmbeddedViewRef.reattach
PlatformState.renderToString
PlatformState.getDocument
ClientMessageBroker.runOnService
ServiceMessageBroker.registerMethod
ClientMessageBrokerFactory.createMessageBroker
MessageBus.initChannel
MessageBus.attachToZone
MessageBus.from
MessageBus.to
ServiceMessageBrokerFactory.createMessageBroker
FnArg.constructor
UiArguments.constructor
MessageBusSource.initChannel
MessageBusSource.attachToZone
MessageBusSource.from
MessageBusSink.initChannel
MessageBusSink.attachToZone
MessageBusSink.to
NgForOfContext.constructor
HashLocationStrategy.onPopState
HashLocationStrategy.getBaseHref
HashLocationStrategy.path
HashLocationStrategy.prepareExternalUrl
HashLocationStrategy.pushState
HashLocationStrategy.replaceState
HashLocationStrategy.forward
HashLocationStrategy.back
HashLocationStrategy.path
HashLocationStrategy.prepareExternalUrl
HashLocationStrategy.pushState
HashLocationStrategy.replaceState
HashLocationStrategy.forward
HashLocationStrategy.back
HashLocationStrategy.onPopState
HashLocationStrategy.getBaseHref
PathLocationStrategy.onPopState
PathLocationStrategy.getBaseHref
PathLocationStrategy.prepareExternalUrl
PathLocationStrategy.path
PathLocationStrategy.pushState
PathLocationStrategy.replaceState
PathLocationStrategy.forward
PathLocationStrategy.back
PathLocationStrategy.path
PathLocationStrategy.prepareExternalUrl
PathLocationStrategy.pushState
PathLocationStrategy.replaceState
PathLocationStrategy.forward
PathLocationStrategy.back
PathLocationStrategy.onPopState
PathLocationStrategy.getBaseHref
PlatformLocation.getBaseHrefFromDOM
PlatformLocation.onPopState
PlatformLocation.onHashChange
PlatformLocation.replaceState
PlatformLocation.pushState
PlatformLocation.forward
PlatformLocation.back
NgLocaleLocalization.deprecatedPluralFn
NgLocaleLocalization.getPluralCategory
NgLocaleLocalization.getPluralCategory
NgLocalization.getPluralCategory
SpyLocation.setInitialPath
SpyLocation.setBaseHref
SpyLocation.path
SpyLocation.isCurrentPathEqualTo
SpyLocation.simulateUrlPop
SpyLocation.simulateHashChange
SpyLocation.prepareExternalUrl
SpyLocation.go
SpyLocation.replaceState
SpyLocation.forward
SpyLocation.back
SpyLocation.subscribe
SpyLocation.normalize
MockLocationStrategy.simulatePopState
MockLocationStrategy.path
MockLocationStrategy.prepareExternalUrl
MockLocationStrategy.pushState
MockLocationStrategy.replaceState
MockLocationStrategy.onPopState
MockLocationStrategy.getBaseHref
MockLocationStrategy.back
MockLocationStrategy.forward
MockLocationStrategy.path
MockLocationStrategy.prepareExternalUrl
MockLocationStrategy.pushState
MockLocationStrategy.replaceState
MockLocationStrategy.forward
MockLocationStrategy.back
MockLocationStrategy.onPopState
MockLocationStrategy.getBaseHref
HttpErrorResponse.constructor
HttpErrorResponse.constructor
HttpBackend.handle
HttpParameterCodec.encodeKey
HttpParameterCodec.encodeValue
HttpParameterCodec.decodeKey
HttpParameterCodec.decodeValue
HttpParams.constructor
HttpParams.has
HttpParams.get
HttpParams.getAll
HttpParams.keys
HttpParams.append
HttpParams.set
HttpParams.delete
HttpParams.toString
HttpHandler.handle
HttpXsrfTokenExtractor.getToken
HttpUrlEncodingCodec.encodeKey
HttpUrlEncodingCodec.encodeValue
HttpUrlEncodingCodec.decodeKey
HttpUrlEncodingCodec.decodeValue
JsonpClientBackend.handle
HttpHeaders.constructor
HttpHeaders.has
HttpHeaders.get
HttpHeaders.keys
HttpHeaders.getAll
HttpHeaders.append
HttpHeaders.set
HttpHeaders.delete
HttpResponseBase.constructor
HttpTestingController.match
HttpTestingController.expectOne
HttpTestingController.expectNone
HttpTestingController.verify
TestRequest.constructor
TestRequest.flush
TestRequest.error
TestRequest.event
XhrFactory.build
HttpHeaderResponse.constructor
HttpHeaderResponse.clone
HttpHeaderResponse.constructor
HttpClient.request
HttpClient.delete
HttpClient.get
HttpClient.head
HttpClient.jsonp
HttpClient.options
HttpClient.patch
HttpClient.post
HttpClient.put
JsonpInterceptor.intercept
HttpXhrBackend.handle
HttpRequest.constructor
HttpRequest.serializeBody
HttpRequest.detectContentTypeHeader
HttpRequest.clone
HttpResponse.constructor
HttpResponse.clone
HttpResponse.constructor
HttpInterceptor.intercept
Location.normalizeQueryParams
Location.joinWithSlash
Location.stripTrailingSlash
Location.path
Location.isCurrentPathEqualTo
Location.normalize
Location.prepareExternalUrl
Location.go
Location.replaceState
Location.forward
Location.back
Location.subscribe
ViewportScroller.ngInjectableDef
ViewportScroller.setOffset
ViewportScroller.getScrollPosition
ViewportScroller.scrollToPosition
ViewportScroller.scrollToAnchor
ViewportScroller.setHistoryScrollRestoration
LocationChangeListener.call
LocationStrategy.path
LocationStrategy.prepareExternalUrl
LocationStrategy.pushState
LocationStrategy.replaceState
LocationStrategy.forward
LocationStrategy.back
LocationStrategy.onPopState
LocationStrategy.getBaseHref
NgElementStrategyFactory.create
NgElementStrategy.connect
NgElementStrategy.disconnect
NgElementStrategy.getInputValue
NgElementStrategy.setInputValue
NgElement.attributeChangedCallback
NgElement.connectedCallback
NgElement.disconnectedCallback
NgElementConstructor.new
CookieXSRFStrategy.constructor
CookieXSRFStrategy.configureRequest
Response.constructor
Response.toString
URLSearchParams.constructor
URLSearchParams.clone
URLSearchParams.has
URLSearchParams.get
URLSearchParams.getAll
URLSearchParams.set
URLSearchParams.setAll
URLSearchParams.append
URLSearchParams.appendAll
URLSearchParams.replaceAll
URLSearchParams.toString
URLSearchParams.delete
BrowserXhr.build
XHRConnection.constructor
XHRConnection.setDetectedContentType
Headers.fromResponseHeaderString
Headers.constructor
Headers.append
Headers.delete
Headers.forEach
Headers.get
Headers.has
Headers.keys
Headers.set
Headers.values
Headers.toJSON
Headers.getAll
Headers.entries
XSRFStrategy.configureRequest
Jsonp.request
Jsonp.request
Jsonp.get
Jsonp.post
Jsonp.put
Jsonp.delete
Jsonp.patch
Jsonp.head
Jsonp.options
JSONPConnection.finished
BaseResponseOptions.constructor
BaseResponseOptions.merge
MockBackend.verifyNoPendingRequests
MockBackend.resolveAllConnections
MockBackend.createConnection
MockConnection.constructor
MockConnection.mockRespond
MockConnection.mockDownload
MockConnection.mockError
Http.request
Http.get
Http.post
Http.put
Http.delete
Http.patch
Http.head
Http.options
BaseRequestOptions.constructor
BaseRequestOptions.merge
ConnectionBackend.createConnection
ResponseOptions.constructor
ResponseOptions.merge
RequestOptions.constructor
RequestOptions.merge
QueryEncoder.encodeKey
QueryEncoder.encodeValue
XHRBackend.createConnection
JSONPBackend.createConnection
JSONPBackend.createConnection
Request.constructor
Request.detectContentType
Request.detectContentTypeFromBody
Request.getBody
JitCompilerFactory.constructor
JitCompilerFactory.createCompiler
NoopAnimationPlayer.constructor
NoopAnimationPlayer.onStart
NoopAnimationPlayer.onDone
NoopAnimationPlayer.onDestroy
NoopAnimationPlayer.hasStarted
NoopAnimationPlayer.init
NoopAnimationPlayer.play
NoopAnimationPlayer.pause
NoopAnimationPlayer.restart
NoopAnimationPlayer.finish
NoopAnimationPlayer.destroy
NoopAnimationPlayer.reset
NoopAnimationPlayer.setPosition
NoopAnimationPlayer.getPosition
AnimationBuilder.build
AnimationTransitionMetadata.expr
AnimationFactory.create
AnimationDriver.validateStyleProperty
AnimationDriver.matchesElement
AnimationDriver.containsElement
AnimationDriver.query
AnimationDriver.computeStyle
AnimationDriver.animate
MockAnimationDriver.validateStyleProperty
MockAnimationDriver.matchesElement
MockAnimationDriver.containsElement
MockAnimationDriver.query
MockAnimationDriver.computeStyle
MockAnimationDriver.animate
MockAnimationPlayer.constructor
MockAnimationPlayer.onInit
MockAnimationPlayer.init
MockAnimationPlayer.finish
MockAnimationPlayer.destroy
MockAnimationPlayer.triggerMicrotask
MockAnimationPlayer.play
MockAnimationPlayer.hasStarted
MockAnimationPlayer.beforeDestroy
MockAnimationPlayer.constructor
MockAnimationPlayer.onStart
MockAnimationPlayer.onDone
MockAnimationPlayer.onDestroy
MockAnimationPlayer.hasStarted
MockAnimationPlayer.init
MockAnimationPlayer.play
MockAnimationPlayer.pause
MockAnimationPlayer.restart
MockAnimationPlayer.finish
MockAnimationPlayer.destroy
MockAnimationPlayer.reset
MockAnimationPlayer.setPosition
MockAnimationPlayer.getPosition
AnimationPlayer.beforeDestroy
AnimationPlayer.onDone
AnimationPlayer.onStart
AnimationPlayer.onDestroy
AnimationPlayer.init
AnimationPlayer.hasStarted
AnimationPlayer.play
AnimationPlayer.pause
AnimationPlayer.restart
AnimationPlayer.finish
AnimationPlayer.destroy
AnimationPlayer.reset
AnimationPlayer.setPosition
AnimationPlayer.getPosition
SwPush.requestSubscription
SwPush.unsubscribe
SwUpdate.checkForUpdate
SwUpdate.activateUpdate
Meta.addTag
Meta.addTags
Meta.getTag
Meta.getTags
Meta.updateTag
Meta.removeTag
Meta.removeTagElement
By.all
By.css
By.directive
Title.getTitle
Title.setTitle
EventManager.constructor
EventManager.addEventListener
EventManager.addGlobalEventListener
EventManager.getZone
HammerGestureConfig.buildHammer
DomSanitizer.sanitize
DomSanitizer.bypassSecurityTrustHtml
DomSanitizer.bypassSecurityTrustStyle
DomSanitizer.bypassSecurityTrustScript
DomSanitizer.bypassSecurityTrustUrl
DomSanitizer.bypassSecurityTrustResourceUrl
TransferState.get
TransferState.set
TransferState.remove
TransferState.hasKey
TransferState.onSerialize
TransferState.toJson
CanActivateChild.canActivateChild
RouteConfigLoadEnd.constructor
RouteConfigLoadEnd.toString
RouterPreloader.setUpPreloading
RouterPreloader.preload
RouterPreloader.ngOnDestroy
UrlTree.toString
ExtraOptions.scrollOffset
ExtraOptions.malformedUriErrorHandler
UrlSerializer.parse
UrlSerializer.serialize
NavigationCancel.constructor
NavigationCancel.toString
NavigationCancel.constructor
RouteReuseStrategy.shouldDetach
RouteReuseStrategy.store
RouteReuseStrategy.shouldAttach
RouteReuseStrategy.retrieve
RouteReuseStrategy.shouldReuseRoute
CanDeactivate.canDeactivate
Router.constructor
Router.malformedUriErrorHandler
Router.initialNavigation
Router.setUpLocationChangeListener
Router.getCurrentNavigation
Router.resetConfig
Router.ngOnDestroy
Router.dispose
Router.createUrlTree
Router.navigateByUrl
Router.navigate
Router.serializeUrl
Router.parseUrl
Router.isActive
NavigationError.constructor
NavigationError.toString
NavigationError.constructor
RouteConfigLoadStart.constructor
RouteConfigLoadStart.toString
NavigationEnd.constructor
NavigationEnd.toString
NavigationEnd.constructor
UrlSegmentGroup.constructor
UrlSegmentGroup.hasChildren
UrlSegmentGroup.toString
ActivationStart.constructor
ActivationStart.toString
RouterStateSnapshot.toString
RoutesRecognized.constructor
RoutesRecognized.toString
RoutesRecognized.constructor
ResolveStart.constructor
ResolveStart.toString
ResolveStart.constructor
ActivatedRoute.toString
ChildActivationEnd.constructor
ChildActivationEnd.toString
ActivationEnd.constructor
ActivationEnd.toString
GuardsCheckStart.constructor
GuardsCheckStart.toString
GuardsCheckStart.constructor
SpyNgModuleFactoryLoader.load
ParamMap.has
ParamMap.get
ParamMap.getAll
ActivatedRouteSnapshot.toString
NoPreloading.preload
RouterEvent.constructor
ChildActivationStart.constructor
ChildActivationStart.toString
PreloadingStrategy.preload
CanLoad.canLoad
NavigationStart.constructor
NavigationStart.toString
NavigationStart.constructor
UrlSegment.constructor
UrlSegment.toString
PreloadAllModules.preload
CanActivate.canActivate
Scroll.constructor
Scroll.toString
DefaultUrlSerializer.parse
DefaultUrlSerializer.serialize
RouterState.toString
ResolveEnd.constructor
ResolveEnd.toString
ResolveEnd.constructor
UrlHandlingStrategy.shouldProcessUrl
UrlHandlingStrategy.extract
UrlHandlingStrategy.merge
ChildrenOutletContexts.onChildOutletCreated
ChildrenOutletContexts.onChildOutletDestroyed
ChildrenOutletContexts.onOutletDeactivated
ChildrenOutletContexts.onOutletReAttached
ChildrenOutletContexts.getOrCreateContext
ChildrenOutletContexts.getContext
Resolve.resolve
GuardsCheckEnd.constructor
GuardsCheckEnd.toString
GuardsCheckEnd.constructor
Function
setAngularLib
getAngularLib
setAngularJSGlobal
downgradeInjectable
downgradeModule
getAngularJSGlobal
downgradeComponent
forwardRef
defineInjectable
destroyPlatform
setTestabilityGetter
getPlatform
createPlatformFactory
createInjector
assertPlatform
asNativeElements
enableProdMode
async
inject
flushMicrotasks
tick
discardPeriodicTasks
flush
withModule
fakeAsync
resetFakeAsyncZone
defineInjector
inject
createPlatform
resolveForwardRef
isDevMode
renderModuleFactory
renderModule
bootstrapWorkerUi
isPlatformWorkerUi
getLocaleNumberSymbol
formatNumber
getLocaleFirstDayOfWeek
getLocaleCurrencySymbol
formatDate
isPlatformServer
formatCurrency
getLocaleExtraDayPeriods
getLocaleWeekEndRange
isPlatformBrowser
getLocaleMonthNames
getNumberOfCurrencyDigits
getLocalePluralCase
getLocaleExtraDayPeriodRules
getLocaleDayNames
getLocaleDayPeriods
getLocaleDateTimeFormat
getLocaleNumberFormat
getLocaleId
getLocaleEraNames
formatPercent
getLocaleCurrencyName
isPlatformWorkerApp
registerLocaleData
getLocaleDateFormat
getCurrencySymbol
getLocaleTimeFormat
createCustomElement
transition
sequence
group
useAnimation
stagger
animation
animateChild
style
keyframes
query
trigger
animate
state
disableDebugTools
makeStateKey
enableDebugTools
setUpLocationSync
convertToParamMap
provideRoutes
setupTestingRouter
Module
upgrade/static/UpgradeModule
forms/FormsModule
forms/ReactiveFormsModule
core/ApplicationModule
platform-server/ServerModule
platform-server/testing/ServerTestingModule
platform-server/ServerTransferStateModule
platform-webworker/WorkerAppModule
common/CommonModule
common/DeprecatedI18NPipesModule
common/http/HttpClientModule
common/http/HttpClientJsonpModule
common/http/testing/HttpClientTestingModule
common/http/HttpClientXsrfModule
http/JsonpModule
http/HttpModule
platform-browser-dynamic/testing/BrowserDynamicTestingModule
service-worker/ServiceWorkerModule
platform-browser/BrowserTransferStateModule
platform-browser/BrowserModule
platform-browser/testing/BrowserTestingModule
platform-browser/animations/NoopAnimationsModule
platform-browser/animations/BrowserAnimationsModule
router/testing/RouterTestingModule
router/RouterModule
Directive
NgSelectOption
FormArrayName
FormControlName
NgModel
NgControlStatus
MinLengthValidator
FormGroupName
RadioControlValueAccessor
SelectControlValueAccessor
RequiredValidator
FormControlDirective
CheckboxControlValueAccessor
DefaultValueAccessor
SelectMultipleControlValueAccessor
NgModelGroup
NgForm
PatternValidator
EmailValidator
MaxLengthValidator
CheckboxRequiredValidator
NgFormSelectorWarning
NgControlStatusGroup
FormGroupDirective
NgIf
NgTemplateOutlet
NgPluralCase
NgSwitchCase
NgSwitch
NgStyle
NgClass
NgComponentOutlet
NgForOf
NgPlural
NgSwitchDefault
RouterLink
RouterLinkWithHref
RouterLinkActive
RouterOutlet
Interface
ControlValueAccessor
Form
Validator
ValidatorFn
AsyncValidatorFn
AbstractControlOptions
AsyncValidator
DoCheck
RendererType2
KeyValueDiffer
FactoryProvider
DebugNode
SimpleChanges
AfterViewChecked
GetTestability
DoBootstrap
ConstructorSansProvider
AfterViewInit
Type
DebugElement
ModuleWithProviders
KeyValueDifferFactory
PipeTransform
OnInit
KeyValueChangeRecord
ClassProvider
OnChanges
IterableDifferFactory
InjectableType
InjectorType
Predicate
TestBed
TestBedStatic
IterableChangeRecord
ApplicationRef
AfterContentChecked
ForwardRefFn
TypeProvider
ResolvedReflectiveProvider
KeyValueChanges
TrackByFunction
ExistingProvider
AfterContentInit
WtfScopeFn
IterableDiffer
ValueProvider
SchemaMetadata
PlatformRef
TypeDecorator
CollectionChangeRecord
OnDestroy
IterableChanges
PlatformConfig
ClientMessageBroker
ServiceMessageBroker
ClientMessageBrokerFactory
ReceivedMessage
ServiceMessageBrokerFactory
MessageBusSource
MessageBusSink
HttpProgressEvent
HttpParameterCodec
HttpUserEvent
HttpDownloadProgressEvent
RequestMatch
HttpSentEvent
HttpInterceptor
PopStateEvent
LocationChangeListener
LocationChangeEvent
KeyValue
NgElementStrategyFactory
NgElementStrategy
NgElementConfig
NgElementConstructor
NgElementStrategyEvent
RequestOptionsArgs
JSONPConnection
JSONPBackend
ResponseOptionsArgs
AnimationQueryOptions
AnimationStateMetadata
AnimationEvent
AnimateChildOptions
AnimationAnimateRefMetadata
AnimationKeyframesSequenceMetadata
AnimationAnimateMetadata
AnimationTransitionMetadata
AnimationAnimateChildMetadata
AnimationStaggerMetadata
AnimationSequenceMetadata
AnimationPlayer
AnimationTriggerMetadata
AnimationMetadata
AnimationQueryMetadata
AnimationOptions
AnimationGroupMetadata
AnimationStyleMetadata
AnimationReferenceMetadata
UpdateActivatedEvent
UpdateAvailableEvent
SafeStyle
SafeScript
SafeHtml
SafeValue
SafeResourceUrl
SafeUrl
CanActivateChild
UrlTree
ExtraOptions
CanDeactivate
Route
RouterStateSnapshot
ActivatedRoute
NavigationExtras
ParamMap
ActivatedRouteSnapshot
CanLoad
CanActivate
RouterState
Resolve
Constant
NG_VALUE_ACCESSOR
NG_VALIDATORS
COMPOSITION_BUFFER_MODE
NG_ASYNC_VALIDATORS
COMPILER_OPTIONS
APP_INITIALIZER
getDebugNode
platformCore
TRANSLATIONS_FORMAT
InjectFlags.Default
InjectFlags.Host
InjectFlags.Self
InjectFlags.SkipSelf
InjectFlags.Optional
PLATFORM_ID
PLATFORM_INITIALIZER
RendererStyleFlags2.Important
RendererStyleFlags2.DashCase
MissingTranslationStrategy.Error
MissingTranslationStrategy.Warning
MissingTranslationStrategy.Ignore
wtfLeave
APP_ID
wtfCreateScope
INJECTOR
ANALYZE_FOR_ENTRY_COMPONENTS
NO_ERRORS_SCHEMA
ComponentFixtureAutoDetect
ComponentFixtureNoNgZone
getTestBed
CUSTOM_ELEMENTS_SCHEMA
SecurityContext.NONE
SecurityContext.HTML
SecurityContext.STYLE
SecurityContext.SCRIPT
SecurityContext.URL
SecurityContext.RESOURCE_URL
ViewEncapsulation.Emulated
ViewEncapsulation.Native
ViewEncapsulation.None
ViewEncapsulation.ShadowDom
wtfEndTimeRange
getModuleFactory
wtfStartTimeRange
TRANSLATIONS
APP_BOOTSTRAP_LISTENER
LOCALE_ID
ChangeDetectionStrategy.OnPush
ChangeDetectionStrategy.Default
PACKAGE_ROOT_URL
BEFORE_APP_SERIALIZED
INITIAL_CONFIG
platformDynamicServer
platformServerTesting
platformServer
platformWorkerAppDynamic
platformWorkerApp
platformWorkerUi
WORKER_APP_LOCATION_PROVIDERS
SerializerTypes.RENDERER_TYPE_2
SerializerTypes.PRIMITIVE
SerializerTypes.RENDER_STORE_OBJECT
WORKER_UI_LOCATION_PROVIDERS
FormStyle.Format
FormStyle.Standalone
Plural.Zero
Plural.One
Plural.Two
Plural.Few
Plural.Many
Plural.Other
APP_BASE_HREF
TranslationWidth.Narrow
TranslationWidth.Abbreviated
TranslationWidth.Wide
TranslationWidth.Short
NumberSymbol.Decimal
NumberSymbol.Group
NumberSymbol.List
NumberSymbol.PercentSign
NumberSymbol.PlusSign
NumberSymbol.MinusSign
NumberSymbol.Exponential
NumberSymbol.SuperscriptingExponent
NumberSymbol.PerMille
NumberSymbol.Infinity
NumberSymbol.NaN
NumberSymbol.TimeSeparator
NumberSymbol.CurrencyDecimal
NumberSymbol.CurrencyGroup
DOCUMENT
NumberFormatStyle.Decimal
NumberFormatStyle.Percent
NumberFormatStyle.Currency
NumberFormatStyle.Scientific
HttpEventType.Sent
HttpEventType.UploadProgress
HttpEventType.ResponseHeader
HttpEventType.DownloadProgress
HttpEventType.Response
HttpEventType.User
HTTP_INTERCEPTORS
LOCATION_INITIALIZED
WeekDay.Sunday
WeekDay.Monday
WeekDay.Tuesday
WeekDay.Wednesday
WeekDay.Thursday
WeekDay.Friday
WeekDay.Saturday
FormatWidth.Short
FormatWidth.Medium
FormatWidth.Long
FormatWidth.Full
ResponseType.Basic
ResponseType.Cors
ResponseType.Default
ResponseType.Error
ResponseType.Opaque
ResponseContentType.Text
ResponseContentType.Json
ResponseContentType.ArrayBuffer
ResponseContentType.Blob
ReadyState.Unsent
ReadyState.Open
ReadyState.HeadersReceived
ReadyState.Loading
ReadyState.Done
ReadyState.Cancelled
RequestMethod.Get
RequestMethod.Post
RequestMethod.Put
RequestMethod.Delete
RequestMethod.Options
RequestMethod.Head
RequestMethod.Patch
RESOURCE_CACHE_PROVIDER
platformBrowserDynamic
platformBrowserDynamicTesting
AnimationMetadataType.State
AnimationMetadataType.Transition
AnimationMetadataType.Sequence
AnimationMetadataType.Group
AnimationMetadataType.Animate
AnimationMetadataType.Keyframes
AnimationMetadataType.Style
AnimationMetadataType.Trigger
AnimationMetadataType.Reference
AnimationMetadataType.AnimateChild
AnimationMetadataType.AnimateRef
AnimationMetadataType.Query
AnimationMetadataType.Stagger
AUTO_STYLE
platformBrowser
DOCUMENT
platformBrowserTesting
HAMMER_GESTURE_CONFIG
EVENT_MANAGER_PLUGINS
HAMMER_LOADER
ANIMATION_MODULE_TYPE
RouterUpgradeInitializer
PRIMARY_OUTLET
ROUTES
ROUTER_CONFIGURATION
ROUTER_INITIALIZER
Type
ValidationErrors
NgIterable
Provider
MetadataOverride
TestModuleMetadata
StaticProvider
InjectableProvider
CompilerOptions
Time
HttpEvent
WithProperties
AnimateTimings
HammerLoader
StateKey
MetaDefinition
Routes
RunGuardsAndResolvers
LoadChildrenCallback
Data
DetachedRouteHandle
Event
Params
UrlMatchResult
UrlMatcher
LoadChildren
ResolveData
Navigation
Decorator
HostListener
HostBinding
Inject
Optional
ContentChildren
Self
ViewChild
Component
Pipe
Directive
ViewChildren
Output
Input
Attribute
ContentChild
Host
Injectable
NgModule
SkipSelf
Enumeration
InjectFlags
RendererStyleFlags2
MissingTranslationStrategy
SecurityContext
ViewEncapsulation
ChangeDetectionStrategy
SerializerTypes
FormStyle
Plural
TranslationWidth
NumberSymbol
NumberFormatStyle
HttpEventType
WeekDay
FormatWidth
ResponseType
ResponseContentType
ReadyState
RequestMethod
AnimationMetadataType
Pipe
PercentPipe
DatePipe
DeprecatedCurrencyPipe
DeprecatedDecimalPipe
AsyncPipe
I18nPluralPipe
DeprecatedDatePipe
CurrencyPipe
DeprecatedPercentPipe
SlicePipe
JsonPipe
UpperCasePipe
DecimalPipe
I18nSelectPipe
KeyValuePipe
TitleCasePipe
LowerCasePipe