Class InstallLibsService
Inheritance
InstallLibsService
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class InstallLibsService : IInstallLibsService, ITransientDependency
Constructors
InstallLibsService(NpmHelper)
Declaration
public InstallLibsService(NpmHelper npmHelper)
Parameters
Fields
LibsDirectory
Declaration
public const string LibsDirectory = "./wwwroot/libs"
Field Value
Properties
Logger
Declaration
public ILogger<InstallLibsService> Logger { get; set; }
Property Value
NpmHelper
Declaration
public NpmHelper NpmHelper { get; }
Property Value
Methods
InstallLibsAsync(string)
Declaration
public Task InstallLibsAsync(string directory)
Parameters
Type |
Name |
Description |
string |
directory |
|
Returns
Implements
Extension Methods