-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: More migration to new Angular control flow
- Loading branch information
Showing
18 changed files
with
424 additions
and
364 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
frontend/src/app/projects/create-project/create-project.component.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
frontend/src/app/projects/create-project/create-project.stories.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { Meta, StoryObj } from '@storybook/angular'; | ||
import { CreateProjectComponent } from './create-project.component'; | ||
|
||
const meta: Meta<CreateProjectComponent> = { | ||
title: 'Project Components / Create Project', | ||
component: CreateProjectComponent, | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<CreateProjectComponent>; | ||
|
||
export const General: Story = { | ||
args: {}, | ||
}; |
4 changes: 0 additions & 4 deletions
4
frontend/src/app/projects/models/init-model/init-model.component.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...src/app/projects/project-detail/edit-project-metadata/edit-project-metadata.component.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
frontend/src/app/projects/project-detail/project-details.component.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.