📄️ Working with Custom Elements
A good starting resource for understanding Web Components are the MDN Docs.
📄️ Working without Decorators
Most of our documented examples include the use of TypeScript decorators. However, as decorators are an unimplemented feature in JavaScript, using them may not be right for your project. See TypeScript documentation for details on our implementation.
📄️ Dependency Injection
FAST introduces the concept of a dependency injection container.