Class AngularThemeConfigurationArgs
Inheritance
AngularThemeConfigurationArgs
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AngularThemeConfigurationArgs
Constructors
AngularThemeConfigurationArgs(Theme, string, string)
Declaration
public AngularThemeConfigurationArgs(Theme theme, string projectName, string angularFolderPath)
Parameters
Properties
AngularFolderPath
Declaration
public string AngularFolderPath { get; }
Property Value
ProjectName
Declaration
public string ProjectName { get; }
Property Value
Theme
Declaration
public Theme Theme { get; }
Property Value
Extension Methods