Explorar o código

Updated code sinnpet.

Maciej Bukowski %!s(int64=5) %!d(string=hai) anos
pai
achega
362f17d493
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      docs/builds/guides/frameworks/angular.md

+ 4 - 3
docs/builds/guides/frameworks/angular.md

@@ -286,9 +286,10 @@ export class MyComponent {
 
 		this.watchdog = new ContextWatchdog( Context );
 
-		this.watchdog.create( contextConfig ).then( () => {
-			this.ready = true;
-		} );
+		this.watchdog.create( contextConfig )
+			.then( () => {
+				this.ready = true;
+			} );
 	}
 }
 ```