You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/01/26 21:09:32 UTC

[incubator-streampipes] branch experimental-module-federation updated: [hotfix] Remove constants file

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch experimental-module-federation
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/experimental-module-federation by this push:
     new a85e7d2  [hotfix] Remove constants file
a85e7d2 is described below

commit a85e7d2765d6859e6db3a07d08d78cddf2f2fc13
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Jan 26 22:09:16 2022 +0100

    [hotfix] Remove constants file
---
 ui/src/app/services/app.constants.ts | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/ui/src/app/services/app.constants.ts b/ui/src/app/services/app.constants.ts
deleted file mode 100644
index f9d1e9c..0000000
--- a/ui/src/app/services/app.constants.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
-import { Injectable } from '@angular/core';
-
-@Injectable()
-export class AppConstants {
-
-  public readonly APP_NAME = 'Apache StreamPipes';
-  public readonly APP_TITLE = 'Apache StreamPipes - Self-Service IIoT Toolbox';
-  public readonly EMAIL = 'dev@streampipes.apache.org';
-}