Building Reusable Angular Components: Best Practices

added by JavaScript Kicks
7/31/2019 6:52:56 AM

1188 Views

Components are the basis of modern SPAs (Angular, Vue, React). They are the simplest building blocks of SP applications. A SPA app is a tree of components, it starts with the root component, going up spreading into multiple branches.


0 comments