This project was generated with Angular CLI version 14.0.1.
- Setup project
- Migrate and optomize solution created in the file-uploader project
- Create document attachment as a standalone component
- Improve the image and pdf preview dialogs
- Added file type selector filtering
- Setup Firebase project
- Install firebase sdk
- Setup authorization and guards
- Create document collection and associated file blob in Firebase
This project is deployed on GitHub Pages.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng build --base-href "https://Matthew-The-Developer.github.io/file-attachment/"
to build the project for GitHub Pages. The build artifacts will be stored in the dist/
directory.
Run npx angular-cli-ghpages --dir=dist/file-attachment
to deploy the current build of the project to GitHub Pages.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.