diff --git a/modules/@angular/compiler-cli/integrationtest/src/comp_using_3rdp.ts b/modules/@angular/compiler-cli/integrationtest/src/comp_using_3rdp.ts
new file mode 100644
index 0000000000..6f864a79a7
--- /dev/null
+++ b/modules/@angular/compiler-cli/integrationtest/src/comp_using_3rdp.ts
@@ -0,0 +1,18 @@
+/**
+ * @license
+ * Copyright Google Inc. All Rights Reserved.
+ *
+ * Use of this source code is governed by an MIT-style license that can be
+ * found in the LICENSE file at https://angular.io/license
+ */
+
+import {Component} from '@angular/core';
+
+@Component({
+ selector: 'use-third-party',
+ template: '' +
+ '',
+})
+export class ComponentUsingThirdParty {
+ title: string = 'from 3rd party';
+}
diff --git a/modules/@angular/compiler-cli/integrationtest/src/messages.fi.xlf b/modules/@angular/compiler-cli/integrationtest/src/messages.fi.xlf
index 8ed5cbf868..1bc59fc41f 100644
--- a/modules/@angular/compiler-cli/integrationtest/src/messages.fi.xlf
+++ b/modules/@angular/compiler-cli/integrationtest/src/messages.fi.xlf
@@ -12,6 +12,10 @@
Welcometervetuloa
+
+ other-3rdP-component
+ other-3rdP-component
+