Supplies services and tools to be used as dependency injection
into the classes of this system.
There are many configuration choices involved. Its best to have
a function that creates a ValidationService with its configuration together.
Copy the /starter_code/create_services.ts file into your app.
It contains such a function, createValidationServices().
Edit that file to adjust your configuration.
Supplies services and tools to be used as dependency injection into the classes of this system. There are many configuration choices involved. Its best to have a function that creates a ValidationService with its configuration together. Copy the /starter_code/create_services.ts file into your app. It contains such a function, createValidationServices(). Edit that file to adjust your configuration.