Skip to content

Commit

Permalink
Standard TODO syntax #9844
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Mar 23, 2024
1 parent 12e435c commit b34cc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/natural/src/lib/modules/panels/abstract-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class NaturalAbstractPanel extends NaturalAbstractController {

/**
* Merging of data provided by the very root component (that is in a route context) and inherited data through panels
* @TODO : provide type with available attributes
* TODO: provide type with available attributes
*/
public panelData?: NaturalPanelData;
public panelService?: NaturalPanelsService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function assert<T>(value: T): asserts value {
}

/**
* @TODO : Fix nav minimize and maximize resize
* TODO: Fix nav minimize and maximize resize
* Since Material 2 beta 10, when nav is resized the body is not resized
* https://github.com/angular/material2/issues/6743
* Maybe the better is to wait next release
Expand Down

0 comments on commit b34cc51

Please sign in to comment.