The Schematics Glossary doesn't introduce what a Task is, making it difficult for new schematic developers to know what Tasks should be used for and how they work.
The Schematics for libraries page on angular.io demonstrates an example for adding a task, but it also doesn't provide an explanation on what a Task is. When do they run (before/after the Tree has been transformed by Rules)? Do they run in parallel? How do you manage Task dependencies?
This issue is to document Task in the Schematics Glossary table so that it's easier for developers to create their own Tasks.
The text was updated successfully, but these errors were encountered:
hello @alan-agius4 looking at the contributing docs I'm not clear if you would assign the issue to yourself first before the submitting the PR or should one just start work on it and submit the PR when done
The Schematics Glossary doesn't introduce what a
Task
is, making it difficult for new schematic developers to know whatTask
s should be used for and how they work.The Schematics for libraries page on angular.io demonstrates an example for adding a task, but it also doesn't provide an explanation on what a
Task
is. When do they run (before/after theTree
has been transformed byRule
s)? Do they run in parallel? How do you manageTask
dependencies?This issue is to document
Task
in the Schematics Glossary table so that it's easier for developers to create their ownTask
s.The text was updated successfully, but these errors were encountered: