Skip to content

Commit 0437f49

Browse files
committed
fix(misc): Fixed README indent spaces
1 parent 5843188 commit 0437f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import { BlockUI } from 'ng-block-ui'; // Inject decorator
4343
@Component({
4444
selector: 'app-root',
4545
template: `
46-
<div *blockUI>
46+
<div *blockUI>
4747
// Your app here
4848
</div>
4949
`
@@ -52,7 +52,7 @@ export class AppComponent {
5252
@BlockUI() blockUI; // Decorator wires up blockUI instance
5353

5454
constructor() {
55-
this.blockUI.start('Loading...'); // Start blocking
55+
this.blockUI.start('Loading...'); // Start blocking
5656

5757
setTimeout(() => {
5858
this.blockUI.stop(); // Stop blocking

0 commit comments

Comments
 (0)