Renamed prefixes in angular.json
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function ForChild() {
|
||||
return function (constructor:Function) {
|
||||
constructor.prototype.forChild = true;
|
||||
};
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
export function ForItemType(itemType: string) {
|
||||
return function (constructor:Function) {
|
||||
constructor.prototype.forItemType = itemType;
|
||||
};
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"for-sourcetask.decorator.js","sourceRoot":"","sources":["for-sourcetask.decorator.ts"],"names":[],"mappings":";;AAAA,SAAgB,aAAa,CAAC,UAAkB;IAC9C,OAAO,UAAU,WAAoB;QACnC,WAAW,CAAC,SAAS,CAAC,aAAa,GAAG,UAAU,CAAC;IACnD,CAAC,CAAC;AACJ,CAAC;AAJD,sCAIC"}
|
@@ -0,0 +1,5 @@
|
||||
export function ForSourceTask(sourceTask: string) {
|
||||
return function (constructor:Function) {
|
||||
constructor.prototype.forSourceTask = sourceTask;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user