AngularCliBuilder(String) Constructor
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.
Constructs an instance of AngularCliBuilder.
public:
AngularCliBuilder(System::String ^ npmScript);
public AngularCliBuilder (string npmScript);
new Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliBuilder : string -> Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliBuilder
Public Sub New (npmScript As String)
Parameters
- npmScript
- String
The name of the script in your package.json file that builds the server-side bundle for your Angular application.