Skip to content
New issue

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

hw8 #123

Open
wants to merge 2 commits into
base: lecture-8
Choose a base branch
from
Open

hw8 #123

wants to merge 2 commits into from

Conversation

tshimber
Copy link

@tshimber tshimber commented Aug 9, 2023

No description provided.

// templateUpdated2$: BehaviorSubject<TemplateRef<unknown> | null> = new BehaviorSubject(null);

// eslint-disable-next-line @typescript-eslint/no-unused-vars
openPopup(template: TemplateRef<unknown>, context?: any): void {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вернулась из отпусков снова тупить)
не понимаю, зачем контекст и откуда брать его. типа this ?
может, упустила что-то из лекции

providedIn: 'root',
})
export class PopupService {
templateUpdated$: Subject<TemplateRef<unknown> | null> = new Subject();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

почему бех-сабжект гнусно себя ведет и не дает записать как в закомменченной строчке? ну можт я доберусь таки до Вас для сессии с вопросами, 4 лекции осталось)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

посмотрела вашу версию хомворка, поняла про сабж, а также в очередной раз поняла, как всё плохо. вот мое решение, работает же кое-как. а вот как можно написать - в 100 раз сложнее и умнее. не понимаю, как к этому придти самой( хочется в проект, где люди так пишут, а попадаю в болота какие-то)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant