Is app/app.module.ts included in a new deploy?

When I added a new module, I forgot to add the necessary lines in app/app.module.ts. Can I just do a new deploy to fix this, or do I have to recompile a new package?

Come to think of it, which files are included in a new deploy? Everything in /src ?

To answer my own question, yes, app/app.module.ts is included in a new deploy.