Class AngularSourceCodeAdder
Inheritance
object
AngularSourceCodeAdder
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectModification
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AngularSourceCodeAdder : ITransientDependency
Constructors
AngularSourceCodeAdder()
Declaration
public AngularSourceCodeAdder()
Properties
Logger
Declaration
public ILogger<SolutionModuleAdder> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><SolutionModuleAdder> |
Methods
AddAsync(string, NpmPackageInfo)
Declaration
public Task AddAsync(string angularPath, NpmPackageInfo package)
Parameters
| Type | Name | Description |
|---|---|---|
| string | angularPath | |
| NpmPackageInfo | package |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
AddFromModuleAsync(string, string)
Declaration
public Task AddFromModuleAsync(string solutionFilePath, string angularPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | solutionFilePath | |
| string | angularPath |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
AddModuleConfigurationAsync(string, string)
Declaration
public Task AddModuleConfigurationAsync(string angularPath, string moduleName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | angularPath | |
| string | moduleName |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |