Explorar o código

Fix: module3 esm -> systemjs

bodicsek %!s(int64=8) %!d(string=hai) anos
pai
achega
eb8ac13e02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/systemjs/module3.ts

+ 1 - 1
src/systemjs/module3.ts

@@ -5,7 +5,7 @@ export class SystemJsCounter implements ICounter {
     }
 
     public get value(): string {
-        return `esm ${this._value}`;
+        return `systemjs ${this._value}`;
     }
 
     public incr(): void {