File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const dirs = {
2929
3030const licenseTemplate = `/*!
3131 *
32- * Neutrino v@PACKAGE_VERSION@ | @FILE_NAME@
32+ * carbon-angular v@PACKAGE_VERSION@ | @FILE_NAME@
3333 *
3434 * Copyright 2014, @THIS_YEAR@ IBM
3535 *
Original file line number Diff line number Diff line change 1212 * ```
1313 *
1414 * `content` and `selected` are the only **required** properties you **must** provide.
15- * When using a custom item template (supported by all the Neutrino item views, not required by AbstractDropdownView)
15+ * When using a custom item template (supported by all the Carbon-Angular item views, not required by AbstractDropdownView)
1616 * the entire ListItem will be passed to the template as `item`.
1717 *
1818 * @export
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { SampleInterface } from "./sample.interface";
1818@Component ( {
1919 selector : "ibm-sample" ,
2020 template : `
21- <p>Hello, Neutrino !</p>
21+ <p>Hello, Carbon-Angular !</p>
2222 <span>{{ foo.required }}</span>
2323 `
2424} )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { Tab } from "./tab.component";
1616
1717
1818/**
19- * The `TabHeaders` neutrino component contains the `Tab` items and controls scroll functionality
19+ * The `TabHeaders` component contains the `Tab` items and controls scroll functionality
2020 * if content has overflow.
2121 * @export
2222 * @class TabHeaders
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313let nextId = 0 ;
1414
1515/**
16- * The `Tab` component is a child of the neutrino `Tabs` component.
16+ * The `Tab` component is a child of the `Tabs` component.
1717* It represents one `Tab` item and its content within a panel of other `Tab` items.
1818*
1919*
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { TabHeaders } from "./tab-headers.component";
1212
1313
1414/**
15- * Build out your application's tabs using this neutrino component.
15+ * Build out your application's tabs using this component.
1616 * This is the parent of the `Tab` and `TabHeader` components.
1717 *
1818 * `Tabs` expects a set of `n-tab` elements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Code shared across our repos. To be used as a subtree.
44## Modules
55
66### position.ts
7- A robust positioning service pulled from neutrino .
7+ A robust positioning service pulled from Carbon-Angular .
88
99#### ` Position ` type
1010
You can’t perform that action at this time.
0 commit comments