Understanding Semantic Commit Messages Using Git and Angular

Let’s explain the Semantic Commits term and demonstrate practical examples of commit messages, inspired by the Conventional Commit specification and Angular conventions. Read more

Similar

Angular 4 and Sibling Component Interaction

Angular's Getting Started Guide contains recipes for common component communication scenarios in which two or more components share information. The scenarios discussed, include: Pass data from parent to child with input binding Intercept input property c... (more…)

Read more »