AngularCliBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Prerendering is no longer supported out of box
Provides an implementation of ISpaPrerendererBuilder that can build an Angular application by invoking the Angular CLI.
public ref class AngularCliBuilder : Microsoft::AspNetCore::SpaServices::Prerendering::ISpaPrerendererBuilder
public class AngularCliBuilder : Microsoft.AspNetCore.SpaServices.Prerendering.ISpaPrerendererBuilder
[System.Obsolete("Prerendering is no longer supported out of box")]
public class AngularCliBuilder : Microsoft.AspNetCore.SpaServices.Prerendering.ISpaPrerendererBuilder
type AngularCliBuilder = class
interface ISpaPrerendererBuilder
[<System.Obsolete("Prerendering is no longer supported out of box")>]
type AngularCliBuilder = class
interface ISpaPrerendererBuilder
Public Class AngularCliBuilder
Implements ISpaPrerendererBuilder
- Inheritance
-
AngularCliBuilder
- Attributes
- Implements
Constructors
AngularCliBuilder(String) |
Constructs an instance of AngularCliBuilder. |
Methods
Build(ISpaBuilder) |
Builds the Single Page Application so that a JavaScript entrypoint file exists on disk. Prerendering middleware can then execute that file in a Node environment. |