obenjiro / angular-ru-docs

Русскоязычная версия документации Angular
https://angular24.ru
MIT License
25 stars 10 forks source link

Опечатки в api/common/NgIf #300

Open stepan-nifontov opened 2 years ago

stepan-nifontov commented 2 years ago

В разделе про ngIf в коде нет пробелов между тэгом и директивой

<divngIf="condition as value; else elseBlock">{{value}}</div> <ng-template #elseBlock>Content to render when value is null.</ng-template>

<divngIf="condition; then thenBlock else elseBlock"></div> <ng-template #thenBlock>Content to render when condition is true.</ng-template> <ng-template #elseBlock>Content to render when condition is false.</ng-template>

github-actions[bot] commented 2 years ago

Спасибо :) Постараюсь посмотреть issue ASAP. После коммита, выложу сборку документации в течении нескольких дней