We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly, i clicked the 'Add' button to show add-task form.
Then, i click the 'About' link to the page about.I couldn't find the add-task form after i go back to the '/' path.
The *ngIf used in add-task component may used the default value set for variable 'showAddTask'(false).
I'm a newbie in angular, i want to know which way to solve it is the angular way.Thanks!
BTW, if we don't use unsubscribe observable in service, the subscribe will perform more than once unexpectedly after we switch the pages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly, i clicked the 'Add' button to show add-task form.
Then, i click the 'About' link to the page about.I couldn't find the add-task form after i go back to the '/' path.
The *ngIf used in add-task component may used the default value set for variable 'showAddTask'(false).
I'm a newbie in angular, i want to know which way to solve it is the angular way.Thanks!
BTW, if we don't use unsubscribe observable in service, the subscribe will perform more than once unexpectedly after we switch the pages.
The text was updated successfully, but these errors were encountered: