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

CodeStar1403-FE-Phase06-Team08 #843

Open
12 tasks done
mojerf opened this issue Aug 4, 2024 · 0 comments
Open
12 tasks done

CodeStar1403-FE-Phase06-Team08 #843

mojerf opened this issue Aug 4, 2024 · 0 comments
Assignees
Labels

Comments

@mojerf
Copy link

mojerf commented Aug 4, 2024

  • Learning

    • What is a package manager? Can you provide two examples of package managers? They are tools that help you manage the dependencies of your project, such as libraries, frameworks, and utilities. for example : NPM, YARN, and PNPM

    • What is Angular CLI? Angular Command line is used for serving the project or building it to use it in on the server or generation components and services templates and etc.

    • Which lifecycle method is called first? constructor

    • Which lifecycle method is called last? ngOnDestroy

    • Which lifecycle method is called when some change happen? ngOnChanges

    • Consider that we want to initialize a property and display it in the HTML template. Which lifecycle method should we use? ngOnInit

    • When we want to use services with injection in the root, what design pattern do we use?

        @Injectable({
             providedIn: 'root',
         })

      Singleton

    • Can you explain some built-in pipes in Angular? DatePipe, UpperCasePipe, LowerCasePipe, AsyncPipe, JsonPipe more in this link

    • What kind of binding do we use when we want to change and update a property that is passed to a child component, or vice versa? Two way Binding

  • Project

    • Complete the book collection manager project mentioned in the Angular documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants