style: make internal members accessibility explicit
This commit is contained in:
@ -24,7 +24,7 @@ export class Todo extends KeyModel {
|
||||
|
||||
@Injectable()
|
||||
export class TodoFactory {
|
||||
_uid: number = 0;
|
||||
private _uid: number = 0;
|
||||
|
||||
nextUid(): number { return ++this._uid; }
|
||||
|
||||
|
Reference in New Issue
Block a user