Remove particle component and its associated routes and security controls.
This commit is contained in:
@@ -113,8 +113,4 @@ export const routes: Routes = [
|
||||
path: 'login',
|
||||
loadComponent: () => import('./login/login.component').then(m => m.LoginDialogComponent)
|
||||
},
|
||||
{
|
||||
path: 'particles',
|
||||
loadComponent: () => import('./particles/particles.component').then(m => m.ParticlesComponent)
|
||||
},
|
||||
];
|
||||
|
||||
@@ -121,7 +121,6 @@ export class ParticlesComponent {
|
||||
this.matSnackBar.open('JSON file downloaded', '', {duration: 2000});
|
||||
}
|
||||
|
||||
|
||||
public copyJson() {
|
||||
navigator.clipboard.writeText(this.generateJson()).then(() => {
|
||||
this.matSnackBar.open('Copied to clipboard', '', {duration: 2000})
|
||||
|
||||
Reference in New Issue
Block a user