const ComponentFactory(String selector, NgViewFactory _viewFactory, Type _componentType, [ List _metadataPairs = null ])

Source

const ComponentFactory(this.selector, this._viewFactory, this._componentType,
    [this._metadataPairs = null]);