f015d99117
Previously, the `deployment` section, was using the `firebase` CLI to deploy the angular project into firebase. With the better integration through the `fire` schematics, it is now easier to deploy angular applications into firebase. This commit takes care of this, by outlined the required steps for deployment. Closes #35274 PR Close #35355